no bill there, it's too early in the process

vnext
Paul Schneider 8 years ago
parent 83b3d2d2ae
commit ca1433fb7c
1 changed files with 1 additions and 7 deletions

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Yavsc.Models.Market;
@ -40,12 +39,7 @@ namespace Yavsc.Models.Billing
/// The bill
/// </summary>
/// <returns></returns>
public List<Service> Bill { get; set; } = new List<Service>();
///<summary>
/// Time span in seconds in which
/// Validation will be considered as definitive
///</summary>
public int Lag { get; set; }
}
}
Loading…