Example #1
0
 public ITT_PO_BLL(CHubEntities db)
 {
     dal = new ITT_PO_DAL(db);
 }
Example #2
0
 public ITT_PO_BLL()
 {
     dal = new ITT_PO_DAL();
 }