Exemplo n.º 1
0
 public List <CountryStateCity> CityNames(int StateID)
 {
     return(customerDAL.CityNames(StateID));
 }