예제 #1
0
 public IActionResult DeleteLocation(int id)
 {
     return(Ok(_storage.DeleteLocation(id)));
 }