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