コード例 #1
0
 public SpentApplicationServiceBase(ISpentService service, IUnitOfWork uow, ICache cache, CurrentUser user, IMapper mapper) :
     base(service, uow, cache, mapper, user)
 {
     base.SetTagNameCache("Spent");
     this._validatorAnnotations = new ValidatorAnnotations <SpentDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #2
0
 public SpentApplicationService(ISpentService service, IUnitOfWork uow, ICache cache, CurrentUser user, IMapper mapper) :
     base(service, uow, cache, user, mapper)
 {
 }