예제 #1
0
 public Receipt(CRUD dbBiz)
 {
     this.dal = dbBiz;
 }
예제 #2
0
 public COA(CRUD dbiz)
 {
     this.dbiz = dbiz;
 }