create<TType> method

TType create<TType>()

Implementation

TType create<TType>() {
  return _objectFactory.getInstance<TType>();
}