mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-18 05:59:34 +08:00
12 lines
232 B
C#
12 lines
232 B
C#
using MongoDb.Ado.data;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SqlSugar.MongoDbCore
|
|
{
|
|
public class SqlSugarMongoDbDataAdapter : MongoDbDataAdapter, SqlSugar.IDataAdapter
|
|
{
|
|
}
|
|
}
|