2 references to ExecuteScalarAsync
WebApplication1 (1)
Program.cs (1)
33
var id = await command.
ExecuteScalarAsync
();
WebApplication2 (1)
Program.cs (1)
33
var id = await command.
ExecuteScalarAsync
();