Exemple #1
0
 private async Task <bool> CategoriaExistente(Guid id)
 {
     return(await _categoriaRepository.ExistePorId(id));
 }