public SampleTagMoreController(ISampleTagRepository rep, ISampleTagApplicationService app, ILoggerFactory logger, EnviromentInfo env) { this._rep = rep; this._app = app; this._logger = logger.CreateLogger <SampleTagMoreController>(); this._env = env; }
public SampleTagController(ISampleTagApplicationService app, ILoggerFactory logger, IHostingEnvironment env) { this._app = app; this._logger = logger.CreateLogger <SampleTagController>(); this._env = env; }