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

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