* 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:
Paul Schneider 2015-07-17 05:07:05 +02:00
commit da90e2cb10
18 changed files with 377 additions and 79 deletions

View file

@ -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.

View file

@ -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