Beispiel #1
0
 public Access_tokenBll()
 {
     bll = new DBbll();
 }
Beispiel #2
0
 public AppointBLL()
 {
     bll = new DBbll();
     acc = new Access_tokenBll();
     pay = new JsApiPay();
 }