예제 #1
0
 /// <summary>
 /// Gets the collection of registered services.
 /// </summary>
 /// <returns></returns>
 public IReadOnlyList <Type> GetRegisteredServices()
 {
     return(DefaultContainer.GetRegisteredServices());
 }