public FotoDoParticipanteMoreController(IFotoDoParticipanteRepository rep, IFotoDoParticipanteApplicationService app, ILoggerFactory logger, EnviromentInfo env, CurrentUser user)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <FotoDoParticipanteMoreController>();
     this._env    = env;
     this._user   = user;
 }
 public FotoDoParticipanteController(IFotoDoParticipanteApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <FotoDoParticipanteController>();
     this._env    = env;
 }