public PhotoManager(IHostingEnvironment hostingEnvironment, string folderPath, string uploadPath) { Result = new PhotoManagerResult(); _host = hostingEnvironment; UploadPath = uploadPath; FolderPath = folderPath; }
public PhotoManager(IHostingEnvironment hostingEnvironment) { Result = new PhotoManagerResult(); _host = hostingEnvironment; }