Exemple #1
0
 public List <ParkingRequest> BLL_GetAllRequests()
 {
     return(db.GetAllRequests());
 }