Exemplo n.º 1
0
 public StatusDaTurmaApplicationServiceBase(IStatusDaTurmaService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("StatusDaTurma");
     this._validatorAnnotations = new ValidatorAnnotations <StatusDaTurmaDto>();
     this._service = service;
     this._user    = user;
 }
 public StatusDaTurmaApplicationService(IStatusDaTurmaService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }