미션 생성기
This commit is contained in:
@@ -11,5 +11,13 @@ public class ShoppingOrderEntry
|
||||
|
||||
public ProductGroup ProductGroup => _productGroup;
|
||||
public int RequiredQuantity => _requiredQuantity;
|
||||
|
||||
public ShoppingOrderEntry() { }
|
||||
|
||||
public ShoppingOrderEntry(ProductGroup productGroup, int requiredQuantity)
|
||||
{
|
||||
_productGroup = productGroup;
|
||||
_requiredQuantity = requiredQuantity;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user