public DiscussionQueryService(DataSource dataSource)
     : base(dataSource)
 {
 }
Exemplo n.º 2
0
 public ForumQueryService(DataSource dataSource)
     : base(dataSource)
 {
 }
 public CalendarEntryQueryService(DataSource dataSource)
     : base(dataSource)
 {
 }
Exemplo n.º 4
0
 public PostQueryService(DataSource dataSource)
     : base(dataSource)
 {
 }