Пример #1
0
 public bool IsRegistered <T>(string key = "")
 {
     return(ContainerManager.IsRegistered <T>(key));
 }