public ActionResult Refresh(GalleryRefreshRequest request)
 {
     return Lenta.RefreshGallery(request).ToJson();
 }
예제 #2
0
 public GalleryRefreshResponse RefreshGallery(GalleryRefreshRequest request)
 {
     throw new NotImplementedException();
 }