Example #1
0
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }