public void Update(Wpry229 entity) { _context.Wpry229.Update(entity); }
public async Task Delete(int id) { Wpry229 entity = await GetById(id); _context.Wpry229.Remove(entity); }
public async Task Add(Wpry229 entity) { await _context.Wpry229.AddAsync(entity); }