Пример #1
0
 public List <Country> Countries(int?cityId = null, bool?isActive = true)
 {
     return(_countryDal.Countries(cityId, isActive));
 }