예제 #1
0
 public UserRepository()
 {
     this.dapperTool = new DapperTool();
 }
예제 #2
0
 public InventoryRepository()
 {
     this.dapperTool = new DapperTool();
 }
예제 #3
0
 public MaterialRepository()
 {
     this.dapperTool = new DapperTool();
 }