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