79470001

Date: 2025-02-26 14:05:52
Score: 1
Natty:
Report link

Try like this:

var polozkyKosiku = dbContext.Kosik
    .FromSqlRaw($"EXECUTE usp_kosik @kod_zakaznika=@kod_zakaznika", kodz)
    .ToListAsync();

If stored procedure works correct, it will help.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maks