Example #1
0
 public ProjetoFluxoTrabalhoStatusMoreController(IProjetoFluxoTrabalhoStatusRepository rep, IProjetoFluxoTrabalhoStatusApplicationService app, ILoggerFactory logger)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <ProjetoFluxoTrabalhoStatusMoreController>();
 }
Example #2
0
 public ProjetoFluxoTrabalhoStatusService(IProjetoFluxoTrabalhoStatusRepository rep, ICache cache, CurrentUser user)
     : base(rep, cache, user)
 {
 }
 public ProjetoFluxoTrabalhoStatusServiceBase(IProjetoFluxoTrabalhoStatusRepository rep, ICache cache, CurrentUser user)
     : base(cache)
 {
     this._rep  = rep;
     this._user = user;
 }
Example #4
0
 public ProjetoFluxoTrabalhoStatusAptoParaCadastroWarning(IProjetoFluxoTrabalhoStatusRepository rep)
 {
     //base.Add(Guid.NewGuid().ToString(), new Rule<ProjetoFluxoTrabalhoStatus>(Instance of RuleClassName,"message for user"));
 }