Beispiel #1
0
 public FotosController(IHostingEnvironment _IEnviroment, IFotos _IFotos)
 {
     this._IEnviroment = _IEnviroment;
     this._IFotos      = _IFotos;
 }
Beispiel #2
0
 public FotosController(IHostingEnvironment _IEnviroment, IFotos _IFotos, IOptions <URLApiPath> _URLApiPath)
 {
     this._IEnviroment = _IEnviroment;
     this._IFotos      = _IFotos;
     this._URLApiPath  = _URLApiPath.Value;
 }