Ejemplo n.º 1
0
 public static LocationInfo GetLocationById(int LocationId)
 {
     return(LocationDal.GetLocationById(LocationId));
 }