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