Exemple #1
0
        // constructor to initialize business layer classes
        public EventController()
        {
            //tempEvent = new Event();
            tempInvitation = new Invitation();

            objUserBs       = new UserBs();
            objEventBs      = new EventBs();
            objInvitationBs = new InvitationBs();
        }
Exemple #2
0
 public HomeController()
 {
     objEventBs = new EventBs();
 }