Пример #1
0
 /// <inheritdoc />
 public object CreateNewItem(Type type)
 {
     return(_itemFactory.CreateNewItem(type));
 }