mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
v0.7.16
This commit is contained in:
@ -11,7 +11,8 @@ namespace base_entity
|
||||
{
|
||||
using (var uow = BaseEntity.Begin())
|
||||
{
|
||||
var itt = await UserGroup.Find(1);
|
||||
var id = (await new User1().Save()).Id;
|
||||
uow.Commit();
|
||||
}
|
||||
|
||||
var ug1 = new UserGroup();
|
||||
|
Reference in New Issue
Block a user