예제 #1
0
 public void Refresh(IEnumerable collection)
 {
     _context.Refresh(collection);
 }
예제 #2
0
 public void Refresh(object item)
 {
     _context.Refresh(item);
 }