This commit is contained in:
28810
2019-07-25 17:41:55 +08:00
parent 380534dfd5
commit 7460ffffaa
13 changed files with 16 additions and 17 deletions

View File

@ -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();