Пример #1
0
 public bool addComment(int vid, string comment, int uid)
 {
     return(VideoManager.CommentVideo(vid, comment, uid));
 }