Пример #1
0
 public T CreateGlobalInstance <T>() where T : class
 {
     return(_factoryContext.CreateGlobalInstance <T>());
 }