diff --git a/Yavsc/Model/Billing/NominatvieCommand.cs b/Yavsc/Model/Billing/NominatvieCommand.cs
index 76b235de..98d70a04 100644
--- a/Yavsc/Model/Billing/NominatvieCommand.cs
+++ b/Yavsc/Model/Billing/NominatvieCommand.cs
@@ -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
///
///
- public List Bill { get; set; } = new List();
- ///
- /// Time span in seconds in which
- /// Validation will be considered as definitive
- ///
- public int Lag { get; set; }
+
}
}
\ No newline at end of file