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

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