Example #1
0
 public ItemTypeManager(bool isLoadWith)
 {
     _ItemTypeDAOLinq = new ItemTypeDAOLinq(isLoadWith);
 }
Example #2
0
 public ItemTypeManager(bool isLoadWith)
 {
     _ItemTypeDAOLinq = new ItemTypeDAOLinq(isLoadWith);
 }