Subversion Repositories bacoAlunos

Rev

Rev 165 | Rev 205 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 165 Rev 169
Line 15... Line 15...
15
 
15
 
16
 
16
 
17
    Announcements("module.Announcements", new AnnouncementsCommonServices()),
17
    Announcements("module.Announcements", new AnnouncementsCommonServices()),
18
    Email("module.Email", new EmailCommonServices()),
18
    Email("module.Email", new EmailCommonServices()),
19
    Reminders("module.Reminders", new RemindersCommonServices());
19
    Reminders("module.Reminders", new RemindersCommonServices());
-
 
20
//    Questionarios("module.Qustionarios", new QuestionariosCommonServices());
20
 
21
 
21
//    Events("module.Events",null),
22
//    Events("module.Events",null),
22
//    Blogs("module.Blogs",null),
23
//    Blogs("module.Blogs",null),
23
//    Proxy("module.Proxy",null);
24
//    Proxy("module.Proxy",null);
24
 
25