public ActionResult Refresh(GalleryRefreshRequest request)
 {
     return Lenta.RefreshGallery(request).ToJson();
 }
Пример #2
0
 public GalleryRefreshResponse RefreshGallery(GalleryRefreshRequest request)
 {
     throw new NotImplementedException();
 }