示例#1
0
 public virtual void AddRange(IEnumerable <T> col)
 {
     _dataSource.AddRange(col);
 }