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