示例#1
0
 public bool AddOrUpdateLocation([FromBody] LocationModel location)
 {
     return(_locationService.AddOrUpdateLocation(location));
 }