Beispiel #1
0
 public void RemoveRange(IEnumerable <Host> entities)
 {
     _hostrepository.RemoveRange(entities);
 }