* Yavsc.sln:
* Web.csproj: * TestAPI.csproj: * YavscModel.csproj: * Automate.cs: * TaskOutput.cs: * AssemblyInfo.cs: * Service.cs: * FinalStateException.cs: * FrontOfficeController.cs: * InvalidLetterException.cs: * PriceOnItemCount.cs: * TestAutomate.cs: Tests an Automate * packages.config: using Machine.Specifications
This commit is contained in:
parent
87edbaffe5
commit
da90e2cb10
18 changed files with 377 additions and 79 deletions
|
|
@ -26,7 +26,7 @@ namespace Yavsc.Model.FrontOffice.Billing
|
|||
/// <summary>
|
||||
/// A set price.
|
||||
/// </summary>
|
||||
public class SetPrice: Price
|
||||
public class PriceOnItemCount: Price
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the minimum count for this setprice.
|
||||
|
|
@ -24,7 +24,7 @@ namespace Yavsc.Model.FrontOffice
|
|||
/// Gets or sets the set prices.
|
||||
/// </summary>
|
||||
/// <value>The set prices.</value>
|
||||
public SetPrice[] SetPrices { get; set; }
|
||||
public PriceOnItemCount[] SetPrices { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Role names involved in this kind of service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue