Пример #1
0
 public DatabaseReferenceHandlerFactory(IResolveGenericTypes typeFactory)
 {
     _typeFactory = typeFactory;
 }
Пример #2
0
 public DefaultDatabaseReferenceManager(IResolveGenericTypes typeFactory)
 {
     _apiDatabaseReferenceHandlerFactory = new DatabaseReferenceHandlerFactory(typeFactory);
 }
 public DefaultFunctionFactory(IResolveGenericTypes typeFactory)
 {
     _typeFactory = typeFactory;
 }