Closed tdaron closed 3 years ago
Hello !
There's a little mistake in your readme, at this line : var result = await repository.UpdateAsync(productId, model);
var result = await repository.UpdateAsync(productId, model);
It's (model, productId) instead of (productId, model)
Have a nice day !
Thx
Hello !
There's a little mistake in your readme, at this line :
var result = await repository.UpdateAsync(productId, model);
It's (model, productId) instead of (productId, model)
Have a nice day !