public void AddEditora(params Editora[] Editoras) { /* Validation and error handling omitted */ _EditoraRepository.Add(Editoras); }