예제 #1
0
 public GenericInterfaceFinder(IGenericTypesComparer comparer, IInterfacesExtractor interfacesExtractor)
 {
     Comparer            = comparer;
     InterfacesExtractor = interfacesExtractor;
 }
예제 #2
0
 public ServiceByInterfaceFinder(IInterfacesExtractor interfacesExtractor, IGenericTypesComparer comparer)
 {
     InterfacesExtractor = interfacesExtractor;
     Comparer            = comparer;
 }