예제 #1
0
파일: BagManager.cs 프로젝트: jobaer/CSM
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }
예제 #2
0
 public BagManager(bool isLoadWith)
 {
     _IBagDAOLinq = new BagDAOLinq(isLoadWith);
 }