public ActionResult EditingVideoGallery_Update(VideoGalleryVM videoGallery) { _videoGalleryBusiness.UpdateVideoGallery(videoGallery); return(Content("")); }
public async Task <IActionResult> VideoGallerySearchPost(VideoGalleryVM model) { return(PartialView("VideoGalleryGridView", model)); }