Example #1
0
 public void AttachAll(IEnumerable entities)
 {
     _Table.AttachAll(entities);
 }