Ejemplo n.º 1
0
 public SaftRN()
 {
     daoSaft             = new SaftDAO();
     daoAuditFile        = new AuditFileDAO();
     daoBillingAuditFile = new BillingAuditFileDAO();
 }
Ejemplo n.º 2
0
 public SaftRN()
 {
     dao = new SaftDAO();
 }