Beispiel #1
0
 public static CLayer.City Get(int?cityId)
 {
     DataLayer.City city = new DataLayer.City();
     return(city.Get(cityId));
 }