mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Add demo
This commit is contained in:
@@ -83,7 +83,8 @@ static void ServerTest()
|
||||
},
|
||||
it =>
|
||||
{
|
||||
it.Aop.OnLogExecuting = (s, p) => Console.WriteLine(s, p);
|
||||
it.Aop.OnLogExecuting = (s, p) =>
|
||||
Console.WriteLine(s, p);
|
||||
});
|
||||
|
||||
var payload = JsonSerializer.SerializeToNode(new { id = 1 });
|
||||
|
Reference in New Issue
Block a user