Beispiel #1
0
 public StatisticsController(IDAL dal, IDAL_Rpt rptdal)
 {
     this.dal    = dal;
     this.rptdal = rptdal;
 }
Beispiel #2
0
 public StatisticsController()
 {
     dal    = new DAL();
     rptdal = new DAL_Rpt();
 }