コード例 #1
0
 public ActionResult <bool> DeleteKeepById(int id)
 {
     return(Ok(_service.DeleteKeepById(id)));
 }