Example #1
0
 public PostSaveController()
 {
     topicService      = new ForumTopicService();
     boardService      = new ForumBoardService();
     postService       = new ForumPostService();
     userIncomeService = new UserIncomeService();
 }
 public AttachmentController() {
     boardService = new ForumBoardService();
     attachmentService = new AttachmentService();
     topicService = new ForumTopicService();
     attachService = new AttachmentService();
     currencyService = new CurrencyService();
     incomeService = new UserIncomeService();
 }
Example #3
0
 public PostController() {
     boardService = new ForumBoardService();
     topicService = new ForumTopicService();
     postService = new ForumPostService();
     attachService = new AttachmentService();
     moderatorService = new ModeratorService();
     buyService = new ForumBuyLogService();
     incomeService = new UserIncomeService();
 }
Example #4
0
 public AttachmentController()
 {
     boardService      = new ForumBoardService();
     attachmentService = new AttachmentService();
     topicService      = new ForumTopicService();
     attachService     = new AttachmentService();
     currencyService   = new CurrencyService();
     incomeService     = new UserIncomeService();
 }
Example #5
0
 public PostController()
 {
     boardService     = new ForumBoardService();
     topicService     = new ForumTopicService();
     postService      = new ForumPostService();
     attachService    = new AttachmentService();
     moderatorService = new ModeratorService();
     buyService       = new ForumBuyLogService();
     incomeService    = new UserIncomeService();
 }
 public ForumTopicService()
 {
     forumService      = new ForumService();
     categoryService   = new ForumCategoryService();
     boardService      = new ForumBoardService();
     userService       = new UserService();
     AttachmentService = new AttachmentService();
     logService        = new ForumLogService();
     incomeService     = new UserIncomeService();
 }
 public ForumBuyLogService()
 {
     userService       = new UserService();
     userIncomeService = new UserIncomeService();
 }
Example #8
0
 public BlogPostService()
 {
     friendService = new FriendService();
     incomeService = new UserIncomeService();
 }
 public PostSaveController() {
     topicService = new ForumTopicService();
     boardService = new ForumBoardService();
     postService = new ForumPostService();
     userIncomeService = new UserIncomeService();
 }
Example #10
0
 public AttachmentService()
 {
     incomeService = new UserIncomeService();
 }
 public AttachmentService() {
     incomeService = new UserIncomeService();
 }
 public ForumBuyLogService() {
     userService = new UserService();
     incomeService = new UserIncomeService();
 }