示例#1
0
 public async Task SaveAll(IEnumerable <TEntity> objs)
 {
     Db.AddRange(objs);
     await SaveChanges();
 }