示例#1
0
 public virtual bool Add(List <TEntity> list)
 {
     return(Db.BatchInsert(list));
 }