Esempio n. 1
0
 public PhotoManager(IHostingEnvironment hostingEnvironment, string folderPath, string uploadPath)
 {
     Result     = new PhotoManagerResult();
     _host      = hostingEnvironment;
     UploadPath = uploadPath;
     FolderPath = folderPath;
 }
Esempio n. 2
0
 public PhotoManager(IHostingEnvironment hostingEnvironment)
 {
     Result = new PhotoManagerResult();
     _host  = hostingEnvironment;
 }