mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Add demo
This commit is contained in:
parent
c2278f6889
commit
0c43af2095
@ -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 });
|
||||||
|
Loading…
Reference in New Issue
Block a user