Esempio n. 1
0
 public List <CountyModelDC> GetCounties()
 {
     return(_counties.GetCounties());
 }
Esempio n. 2
0
 public void GetCountyById_InvalidArgument()
 {
     _countyDal.GetCounties();
     _countyDal.GetCountyById(-50);
 }