예제 #1
0
 public void RemoveRange(IEnumerable <T> entities)
 {
     _context.RemoveRange(entities);
 }