mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Add demo
This commit is contained in:
@@ -83,7 +83,8 @@ static void ServerTest()
|
|||||||
},
|
},
|
||||||
it =>
|
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 });
|
var payload = JsonSerializer.SerializeToNode(new { id = 1 });
|
||||||
|
Reference in New Issue
Block a user