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