Ejemplo n.º 1
0
 public async Task <Categoria> Crear(Categoria Categoria) => await _repository.Crear(Categoria);