Exemplo n.º 1
0
 public List <City> ListCity(int?countryid, int?cityId)
 {
     return(ApartmentMethods.ListCity(countryid, cityId));
 }