- add more test cases

master
Simon G. 22 hours ago
parent 7d3a12fabf
commit bfe51df0e3
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 1
      Debug.LightweightIocContainer.FactoryGenerator/Samples/Factories/IGenericSampleFactory.cs

@ -9,4 +9,5 @@ namespace Debug.LightweightIocContainer.FactoryGenerator.Samples.Factories;
public interface IGenericSampleFactory<T> where T : IOtherSample public interface IGenericSampleFactory<T> where T : IOtherSample
{ {
T Create(); T Create();
IOtherSample Create<U>(T parameter, U parameter2) where U : T;
} }
Loading…
Cancel
Save