示例#1
0
 public async Task <int> GetProvinceByCode(string oSTAN)
 {
     return(await _zoneRepository.GetProvinceByCode(oSTAN));
 }