public DepotInfoDetail()
 {
     v_depotInformation = new VdepotinformationDao();
 }
示例#2
0
 public DepotListHandler()
 {
     this.vDepotInfoDao = new VdepotinformationDao();
 }