SourceSchoolInfoService.cs 304 B

1234567891011121314
  1. using CMS.Context;
  2. using CMS.Models.Source;
  3. using HiTeachCE.Context;
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Linq;
  7. using System.Threading.Tasks;
  8. namespace CMS.Services
  9. {
  10. public class SourceSchoolInfoService : SourceDBContext<SourceSchoolInfo>, IBusinessService
  11. {
  12. }
  13. }