public InfraestruturaSiteController(IInfraestruturaSiteApplicationService app, ILoggerFactory logger, IHostingEnvironment env) { this._app = app; this._logger = logger.CreateLogger <InfraestruturaSiteController>(); this._env = env; }
public InfraestruturaSiteMoreController(IInfraestruturaSiteRepository rep, IInfraestruturaSiteApplicationService app, ILoggerFactory logger) { this._rep = rep; this._app = app; this._logger = logger.CreateLogger <InfraestruturaSiteMoreController>(); }