Beispiel #1
0
 public void UpdateEntities(IEnumerable <T> items)
 {
     _collection.UpdateItems(items);
 }