Esempio n. 1
0
 public void AddRange(IEnumerable <Host> entities)
 {
     _hostrepository.AddRange(entities);
 }