예제 #1
0
 /// <summary>
 /// Removes the specified service from the registry
 /// </summary>
 /// <param name="serviceType"></param>
 public void RemoveService(Type serviceType)
 {
     DefaultContainer.RemoveService(serviceType);
 }