Example #1
0
 public string getVideoUrl(string id)
 {
     return(dal.getVideoUrl(id).ToString());
 }