Skip to content

Commit

Permalink
[Hotfix][Duy] Add product price when creating quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
duykasama committed Mar 4, 2024
1 parent 3bf43b1 commit 232e016
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ public class ProductDetailInCreatingQuotationRequest

[Range(0, int.MaxValue)]
public int Quantity { get; set; }

[Range(0, double.MaxValue)]
public double Price { get; set; }
}

0 comments on commit 232e016

Please sign in to comment.