mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update mongodb
This commit is contained in:
@@ -8,7 +8,8 @@ using System.Threading.Tasks;
|
||||
namespace MongoDb.Ado.data
|
||||
{
|
||||
public interface IMongoOperationHandlerAsync
|
||||
{
|
||||
{
|
||||
string operation { get; set; }
|
||||
Task<int> HandleAsync(IMongoCollection<BsonDocument> collection, string json);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user