Пример #1
0
 public ApiResponse DeletePage(int cid)
 {
     _contentsService.delete(cid);
     return(ApiResponse.Ok());
 }