I have the following class:
public class DatabaseFactory : Disposable, IDatabaseFactory where C : DbContext, BaseContext, new() { priva
You can set dependencies on Resolve() method by adding an anonymous type with constructor parameter's name
Resolve()
Example:
IDatabaseFactory factory = container.Resolve (new { connectionString = connectionString });