monke magic

This commit is contained in:
Victor Turgeon
2022-11-08 06:31:10 -05:00
parent faa119b0ad
commit 17d7c1ebb5
4 changed files with 52 additions and 21 deletions

View File

@@ -11,7 +11,8 @@ public class InvoiceModel {
Preparing,
Shipping,
Shipped,
Returned
Returned,
Pending
}
public class ProductInvoice {
[Key]