public VideoCategoryController( BizVideo bizVideo, BizVideoCategory bizVideoCategory,BizPictureGroup bizPictureGroup,BizNews bizNews,BizVideoList bizVideoList) { this.bizVideo = bizVideo; this.bizVideoCategory = bizVideoCategory; this.bizPictureGroup = bizPictureGroup; this.bizNews = bizNews; this.bizVideoList = bizVideoList; }
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; }