public VideoIntroduceController(BizVideo bizVideo, BizCastCharacter bizCastCharacter, BizStar bizStar, BizPictureGroup bizPictureGroup, BizNews bizNews) { this.bizVideo = bizVideo; this.bizCastCharacter = bizCastCharacter; this.bizStar = bizStar; this.bizNews = bizNews; this.bizPictureGroup = bizPictureGroup; }
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; }
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; }