Example #1
0
 // GET: Blob
 public ActionResult Index(AppDevBusiness business)
 {
     return(View(business.GetPhotos("images")));
 }
Example #2
0
        // GET: Blobs



        // GET: Blob

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