Esempio n. 1
0
 public bool AddOrUpdateRoute([FromBody] RouteUpdateModel route)
 {
     return(_service.AddOrUpdateRoute(route));
 }