using Infrastructure.Attribute; using ZR.Model.System; using ZR.Service.System.IService; namespace ZR.Service.System { /// /// /// [AppService(ServiceType = typeof(IArticleService), ServiceLifetime = LifeTime.Transient)] public class ArticleService : BaseService
, IArticleService { } }