Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
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;
 }