public InfraestruturaPopController(IInfraestruturaPopApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <InfraestruturaPopController>();
     this._env    = env;
 }
 public InfraestruturaPopMoreController(IInfraestruturaPopRepository rep, IInfraestruturaPopApplicationService app, ILoggerFactory logger)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <InfraestruturaPopMoreController>();
 }