Example #1
0
 public void RemoveRange(IEnumerable <object> entities)
 {
     _context.RemoveRange(entities);
 }