예제 #1
0
 public DAL_CUser()
 {
     bdd = BddContext.GetInstance();
 }
예제 #2
0
 public DAL_CVehicle()
 {
     bdd = BddContext.GetInstance();
 }
예제 #3
0
 public DAL_CRide()
 {
     bdd = BddContext.GetInstance();
 }