コード例 #1
0
 public SingleVideoPlayController(BizSourceFrom bizSourceFrom,BizNews bizNews, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory, BizTag bizTag, BizPictureGroup bizPictureGroup)
 {
     this.bizTag = bizTag;
     this.bizSourceFrom = bizSourceFrom;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizVideoCategory = bizVideoCategory;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
 }
コード例 #2
0
ファイル: VideoController.cs プロジェクト: dalinhuang/hotnet
 public VideoController(BizSourceFrom bizSourceFrom, BizStar bizStar, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory,BizTag bizTag,BizVideoList bizVideoList)
 {
     this.bizTag = bizTag;
     this.bizSourceFrom = bizSourceFrom;
     this.bizStar = bizStar;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizCastCharacter = bizCastCharacter;
     this.bizVideoCategory = bizVideoCategory;
     this.bizVideoList = bizVideoList;
 }
コード例 #3
0
 public AdminTagController(BizTag bizTag)
 {
     this.bizTag = bizTag;
 }
コード例 #4
0
 public PictureTagSearchController(BizPictureGroup bizPictureGroup,BizTag bizTag)
 {
     this.bizPictureGroup=bizPictureGroup;
     this.bizTag = bizTag;
 }
コード例 #5
0
 public NewsTagSearchController(BizTag bizTag,BizNews bizNews)
 {
     this.bizTag = bizTag;
     this.bizNews = bizNews;
 }
コード例 #6
0
 public VideoHistoryClickMoreController(BizVideo bizVideo, BizVideoCategory bizVideoCategory, BizTag bizTag)
 {
     this.bizTag = bizTag;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
 }
コード例 #7
0
 public VideoTagSearchController( BizVideo bizVideo, BizVideoCategory bizVideoCategory, BizTag bizTag)
 {
     this.bizTag = bizTag;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
 }