Ejemplo n.º 1
0
 public void Update(Wpry229 entity)
 {
     _context.Wpry229.Update(entity);
 }
Ejemplo n.º 2
0
        public async Task Delete(int id)
        {
            Wpry229 entity = await GetById(id);

            _context.Wpry229.Remove(entity);
        }
Ejemplo n.º 3
0
 public async Task Add(Wpry229 entity)
 {
     await _context.Wpry229.AddAsync(entity);
 }