Taci42

Results 1 comments of Taci42

I have the following setup: ``` public interface IHistory { DateTime ValFrom { get; init; } DateTime ValUntil { get; init; } } ``` and an implementation of the properties...