Example #1
0
 public DataTable GetCountryByAccountTypeId(int id, int accountTypeId)
 {
     return(_objSearchDal.GetCountryByAccountTypeId(id, accountTypeId));
 }