Example #1
0
 public string SaveImage(string destinationFilePath, byte[] imageBytes, bool createThumbnail, bool overWriteIfExists)
 {
     return(_webServices.UploadImage(destinationFilePath, imageBytes, createThumbnail, overWriteIfExists));
 }