コード例 #1
0
ファイル: ReadTestBase.cs プロジェクト: Shubh504/contentapi
 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;
 }