public async Task AddAsync(Categoria entity) { await _lojaDbContext.AddAsync(entity); //await _lojaDbContext.SaveChangesAsync(); }