- using CMS.Context;
- using CMS.Models.Source;
- using HiTeachCE.Context;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- namespace CMS.Services
- {
- public class SourceExcoreService : SourceDBContext<SourceExcore>, IBusinessService
- {
- }
- }
|