Exemplo n.º 1
0
 public InterfaceHolder(string serviceType, Func <string, Type> creator)
 {
     this._creator = new ServiceManager.ObjectCreator <Type>(null, serviceType, creator);
 }
Exemplo n.º 2
0
 public InterfaceHolder(Type type)
 {
     this._creator = new ServiceManager.ObjectCreator <Type>(null, type);
 }