SimuTools/Domain/Duration.cs @@ -8,9 +8,9 @@ { public class Duration { private long start { set; get; } public long start { set; get; } private long end { set; get; } public long end { set; get; } public Duration() { }