// Author: Simon.Gockner // Created: 2025-12-03 // Copyright(c) 2025 SimonG. All Rights Reserved. using Test.LightweightIocContainer.FactoryGenerator.TestClasses.Interfaces; namespace Test.LightweightIocContainer.FactoryGenerator.TestClasses; public class Constraint : IConstraint;