Exemplo n.º 1
0
 public List <LocationMaster> ReadCountry(int?id)
 {
     return(locationdal.ReadCountry(id));
 }