Beispiel #1
0
 public CityAreaDTO Update(CityAreaDTO newModel)
 {
     return(_cityAreaService.Update(newModel));
 }