Example #1
0
 public DataTable GetCity(int stateId)
 {
     return(_objSearchDal.GetCity(stateId));
 }