Пример #1
0
 public ReadTestBase()
 {
     contentService = CreateService <ContentViewService>();
     userService    = CreateService <UserViewService>();
     activitySource = CreateService <ActivityViewSource>();
     commentService = CreateService <CommentViewService>();
     watchService   = CreateService <WatchViewService>();
 }
Пример #2
0
 public WatchController(BaseSimpleControllerServices services, WatchViewService service) : base(services)
 {
     this.service = service;
 }