Esempio n. 1
0
 public TurmaParticipanteMoreController(ITurmaParticipanteRepository rep, ITurmaParticipanteApplicationService app, ILoggerFactory logger, EnviromentInfo env, CurrentUser user)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <TurmaParticipanteMoreController>();
     this._env    = env;
     this._user   = user;
 }
 public TurmaParticipanteController(ITurmaParticipanteApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <TurmaParticipanteController>();
     this._env    = env;
 }