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