예제 #1
0
 public Dal(BddContext context)
 {
     bdd = context;
 }
예제 #2
0
 public Dal()
 {
     bdd = new BddContext();
 }