コード例 #1
0
 public PostViewController(IPostService postService, IPostViewService postViewService)
 {
     this.postService     = postService;
     this.postViewService = postViewService;
 }
コード例 #2
0
 public MIXVideosRegisterRoutes(IAreaService areaService, IPostViewService postViewService, IRouteModifier routeModifier)
 {
     this.areaService     = areaService;
     this.postViewService = postViewService;
     this.routeModifier   = routeModifier;
 }