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