Example #1
0
 public List <TblStates> GetAllStates(int countryid)
 {
     return(MastersDAL.GetAllStates(countryid));
 }