TargetExcoreService.cs 271 B

12345678910111213
  1. using CMS.Context;
  2. using CMS.Models.Target;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Threading.Tasks;
  7. namespace CMS.Services
  8. {
  9. public class TargetExcoreService : TargetDBContext<TargetExcore>, IBusinessService
  10. {
  11. }
  12. }