Beispiel #1
0
 public CustomerDAO(OrderRequestEntities db)
 {
     this.db = db;
 }