コード例 #1
0
 //Destroy PlaceKind By Id
 public IHttpActionResult Destroy(int id)
 {
     _PlaceKindService.RemovePlaceKind(id);
     return(Ok());
 }