Example #1
0
 public DataTable GetState(int countryId)
 {
     return(_objSearchDal.GetState(countryId));
 }