Esempio n. 1
0
 public VideoBignetController( BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizVideoCategory bizVideoCategory,BizSourceFrom bizSourceFrom)
 {
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizVideoCategory = bizVideoCategory;
     this.bizSourceFrom = bizSourceFrom;
 }
 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;
 }
Esempio n. 3
0
 public AdminVideoController(BizSourceFrom bizSourceFrom, BizStar bizStar, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory,BizVideoList bizVideoList)
 {
     this.bizVideoList = bizVideoList;
     this.bizSourceFrom = bizSourceFrom;
     this.bizStar = bizStar;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizCastCharacter = bizCastCharacter;
     this.bizVideoCategory = bizVideoCategory;
 }
 public AdminVideoGroupController(BizVideoChild bizVideoChild,BizSourceFrom bizSourceFrom, BizStar bizStar, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideo bizVideo, BizVideoCategory bizVideoCategory)
 {
     this.bizSourceFrom = bizSourceFrom;
     this.bizStar = bizStar;
     this.bizVideoXTag = bizVideoXTag;
     this.bizCastCharacter = bizCastCharacter;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
     this.bizVideoChild = bizVideoChild;
 }