no bill there, it's too early in the process
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
using System.ComponentModel.DataAnnotations.Schema;
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
using Yavsc.Models.Market;
|
using Yavsc.Models.Market;
|
||||||
@ -40,12 +39,7 @@ namespace Yavsc.Models.Billing
|
|||||||
/// The bill
|
/// The bill
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user