these lines have an id @server side

main
Paul Schneider 9 years ago
parent 88eff8a574
commit e930a0d188
1 changed files with 1 additions and 0 deletions

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

Loading…