示例#1
0
        public ReportService()
        {
            _Repository = ServiceFactory.Create <IListexRepository>();

            // 20171104
            _repositoryBase = _Repository as RepositoryBase <ListexModel>;

            _ListTemplateRepository    = ServiceFactory.Create <IListtempleRepository>();
            _ListdatalayountRepository = ServiceFactory.Create <IListdatalayountRepository>();
            _SqlService           = ServiceFactory.Create <ISqlService>();
            _ListdataexRepository = ServiceFactory.Create <IListdataexRepository>();
            _ListexRepository     = ServiceFactory.Create <IListexRepository>();
        }
 public ListdatalayountService(IListdatalayountRepository _Repository)
 {
     this._Repository = _Repository;
 }