mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-20 15:09:33 +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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|