- using CMS.Context;
- using CMS.Models.Target;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- namespace CMS.Services
- {
- public class TargetExcoreService : TargetDBContext<TargetExcore>, IBusinessService
- {
- }
- }
|