yep
This commit is contained in:
@@ -72,7 +72,12 @@ public class SessionRepository : ISessionRepository
|
||||
using var connection = new SqlConnection(connectionString);
|
||||
await connection.ExecuteAsync(
|
||||
"session.CreateMove",
|
||||
new { },
|
||||
new
|
||||
{
|
||||
To = command.To,
|
||||
From = command.From,
|
||||
IsPromotion = command.IsPromotion
|
||||
},
|
||||
commandType: CommandType.StoredProcedure);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user