Esempio n. 1
0
 public PCController()
 {
     _pcAssociatesDa      = new PCAssociatesDA();
     _activeDirectory     = new ActiveDirectory();
     _peersDa             = new PeersDA();
     _appraisalSeasonDa   = new AppraisalSeasonDA();
     _notificationService = new NotificationService();
 }