예제 #1
0
 public void Remove(T entity)
 {
     _context.Remove(entity);
 }