stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Perform validation in request model #68

Open stefan8893 opened 3 hours ago

stefan8893 commented 3 hours ago

Do this: https://github.com/stefan8893/simple-trading/blob/9e3f99d30da973e63283007760a50f54a6e1a262/src/SimpleTrading.Domain/Trading/UseCases/UpdateTrade/UpdateTradeInteractor.cs#L160 in the request model validator

stefan8893 commented 2 hours ago

and also this: https://github.com/stefan8893/simple-trading/blob/9e3f99d30da973e63283007760a50f54a6e1a262/src/SimpleTrading.Domain/Trading/UseCases/UpdateTrade/UpdateTradeInteractor.cs#L157