Example #1
0
 public Image(int imageid, string link, Colection colection)
 {
     this.ImageID   = imageid;
     this.Link      = link;
     this.Colection = colection;
 }
Example #2
0
 public Video(int videoID, String link, Colection colection)
 {
     this.VideoID   = videoID;
     this.Link      = link;
     this.Colection = colection;
 }