Example #1
0
 public void AddVideo(string videoName, string videoLink)
 {
     Cs.AddVideo(videoName, videoLink);
     Cs.SubmitChanges();
 }