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

            _context.Wpry229.Remove(entity);
        }
Example #3
0
 public async Task Add(Wpry229 entity)
 {
     await _context.Wpry229.AddAsync(entity);
 }