withClass<T> method

IDataStore<T> withClass<T>()

Implementation

IDataStore<T> withClass<T>() => new ClassDrivenDataStore<T>();