Hi,
I see InsertAndGetId has been removed https://github.com/abpframework/abp/issues/54. What is the expected workflow now to get the identifier of a newly added record added via a repository call?
@natiki use InsertAsync with autoSave=true if your PK is not Guid. See https://github.com/abpframework/abp/commit/a4594137514c0f25406ca667405874631181d374
Most helpful comment
@natiki use InsertAsync with autoSave=true if your PK is not Guid. See https://github.com/abpframework/abp/commit/a4594137514c0f25406ca667405874631181d374