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