Ejemplo n.º 1
0
 public async Task AddOrUpdate(Categoria categoria)
 {
     _categoriaService.Add(categoria);
     await _categoriaService.CommitAsync();
 }