예제 #1
0
 public IActionResult AddLocation(Locations location)
 {
     return(Ok(_storage.AddLocation(location)));
 }