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