コード例 #1
0
 public IHttpActionResult DeleteGallery(int GalleryID)
 {
     _ProductService.DeleteGallery(GalleryID, User.Identity.GetUserId());
     return(Ok());
 }