Beispiel #1
0
 public AgendaBUS()
 {
     _repository = new AgendaREP();
 }
Beispiel #2
0
 public AgendaBUS()
 {
     repository_ = new AgendaREP();
 }