예제 #1
0
 public void All()
 {
     ConfigurationKernel.UnbindAll(typeof(T));
 }
예제 #2
0
 void IConfigurator.RemoveAll()
 {
     kernel.UnbindAll();
 }