Exemple #1
0
 public bool BLL_AddParkingArea(ParkingArea PA)
 {
     return(db.AddParkingArea(PA));
 }