Exemplo n.º 1
0
 public void Unbind(Type service)
 {
     Should.MethodBeSupported(!ThrowOnUnbind, "Unbind(Type service)");
     Tracer.Error("Unbind call on Autofac container type " + service);
 }