public SampleStandartApplicationServiceBase(ISampleStandartService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("SampleStandart");
     this._validatorAnnotations = new ValidatorAnnotations <SampleStandartDto>();
     this._service = service;
     this._user    = user;
 }
Пример #2
0
 public SampleStandartApplicationService(ISampleStandartService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }