Пример #1
0
 public void AddRange(IEnumerable <Collaborator> collaborator)
 {
     _collaboratorRepository.AddRange(collaborator);
 }