// GET: Blob public ActionResult Index(AppDevBusiness business) { return(View(business.GetPhotos("images"))); }
// GET: Blobs // GET: Blob public async System.Threading.Tasks.Task <ActionResult> Index(AppDevBusiness business) { return(View(await business.GetPhotos("images"))); }