コード例 #1
0
 public virtual void Add(TEntity obj)
 {
     ConfigDbSet();
     Context.AddCommand(() => DbSet.InsertOneAsync(obj));
 }