Пример #1
0
 public void AddPhotoToAlmum(int AlbumId, int PhotoId)
 {
     repos.AddPhotoToAlmum(AlbumId, PhotoId);
 }