Ejemplo n.º 1
0
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }
Ejemplo n.º 2
0
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }