biggestmannest

Results 1 comments of biggestmannest

one option would be interfaces. then you could make extensions for them :) ```cs interface IEntityValid { public bool IsValid { get; set; } } public static class EntityExtensions {...