nguyendanvn12
Results
1
issues of
nguyendanvn12
### Description Setup Dapper Plus: ```csharp DapperPlusManager .Entity() .Table("WorkShifts") .Identity(x => x.Id, true); await tran.BulkActionAsync(x => x.BulkInsert(list)); ``` then insert: ### Exception Dapper only map 1/3 number id of list...