Beispiel #1
0
 public override Interfaces.IContainerProvider RegisterType(System.Type serviceType,
                                                            System.Type implementationType,
                                                            Infrastructure.Types.LifetimeType lifetime)
 {
     return(this);
 }
Beispiel #2
0
 public override Interfaces.IContainerProvider RegisterType <TServiceType, TImplementationType>(
     Infrastructure.Types.LifetimeType lifetime)
 {
     return(this);
 }