Пример #1
0
 public void Attach(List <int> attachments, int albumId)
 {
     _repository.Attach(attachments, albumId);
 }