Esempio n. 1
0
 public async Task <int> GetCityByCode(string oSTAN, string sHAHRESTAN)
 {
     return(await _zoneRepository.GetCityByCode(oSTAN, sHAHRESTAN));
 }