Exemplo n.º 1
0
 public GroupParticipantMoreController(IGroupParticipantRepository rep, IGroupParticipantApplicationService app, ILoggerFactory logger, EnviromentInfo env, CurrentUser user)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <GroupParticipantMoreController>();
     this._env    = env;
     this._user   = user;
 }
 public GroupParticipantController(IGroupParticipantApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <GroupParticipantController>();
     this._env    = env;
 }