using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading; using System.Web; using MyCode.Project.Infrastructure.Exceptions; using MyCode.Project.Infrastructure.UnityExtensions; namespace MyCode.Project.Services { /// /// 服务基类 /// public abstract class ServiceBase { } }