Esempio n. 1
0
 public void Update(Wsmy645 entity)
 {
     _context.Wsmy645.Update(entity);
 }
Esempio n. 2
0
        public async Task Delete(decimal id)
        {
            Wsmy645 entity = await GetById(id);

            _context.Wsmy645.Remove(entity);
        }
Esempio n. 3
0
 public async Task Add(Wsmy645 entity)
 {
     await _context.Wsmy645.AddAsync(entity);
 }