Пример #1
0
 public void Delete(Note entity)
 {
     _context.Remove(entity);
 }
 public void Delete(User entity)
 {
     _context.Remove(entity);
 }