Пример #1
0
 public StatusDoUsuarioMoreController(IStatusDoUsuarioRepository rep, IStatusDoUsuarioApplicationService app, ILoggerFactory logger, EnviromentInfo env, CurrentUser user)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <StatusDoUsuarioMoreController>();
     this._env    = env;
     this._user   = user;
 }
 public StatusDoUsuarioController(IStatusDoUsuarioApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <StatusDoUsuarioController>();
     this._env    = env;
 }