Base solution for your next web application

Activities of "webmaster"

Thank you for your help, we can close this case

Hi, I'm asking why I get to valid return values for those Abp dbsets like UserAccounts but custom defined dbsets

await UsingDbContextAsync(async context => { var test1 = context.Countries.ToList(); -> return 0 var test2 = context.ChatMessages.ToList(); -> return 0 var test3 = context.UserAccounts.ToList(); -> return 4 results

        });
Showing 1 to 2 of 2 entries