Ejemplo n.º 1
0
 public IEnumerable <Countrytbl> GetAllCountry(Countrytbl ls)
 {
     return(objCountryDA.CountryAll(1, ls));
 }