Пример #1
0
 /// <summary>
 /// this method will upload our image and save it relevant information to the database
 /// </summary>
 /// <param name="fileLocation">local location of image to upload</param>
 /// <returns>boolean</returns>
 public bool UploadPhotograph(string flickrAuth, string fileLocation)
 {
     return(_controller.UploadPhotograph(flickrAuth, View.ProductInventory, fileLocation));
 }