Esempio n. 1
0
 public TRptFileLogic(TRptFileVo _tRptFile)
 {
     tRptFile = _tRptFile;
     access   = new TRptFileAccess();
 }
Esempio n. 2
0
 public TRptFileLogic()
 {
     access = new TRptFileAccess();
 }