these lines have an id @server side

This commit is contained in:
Paul Schneider 2016-10-22 18:45:59 +02:00
commit 15fec4ddf1

View file

@ -6,6 +6,7 @@ namespace BookAStar.Model.Workflow
{ {
public class BillingLine : IBillingLine public class BillingLine : IBillingLine
{ {
public long Id { get; set; }
public string Description { get; set; } public string Description { get; set; }
public TimeSpan Duration { get; set; } public TimeSpan Duration { get; set; }
public int Count { get; set; } = 1; public int Count { get; set; } = 1;