예제 #1
0
 public static VehicleRentalDAL getVehicleRentalDAL()
 {
     if (instance == null)
     {
         instance = new VehicleRentalDAL();
     }
     return(instance);
 }
예제 #2
0
 public BranchOfficeDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }
예제 #3
0
 public CreditCardDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }
예제 #4
0
 public CustomerDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }
예제 #5
0
 public CategoryDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }
예제 #6
0
 public PersonDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }
예제 #7
0
 public ReservationDAOImp(VehicleRentalDAL dbcontext)
 {
     this.dbcontext = dbcontext;
 }