call<T extends BaseRepo> method

T call<T extends BaseRepo>()

Implementation

T call<T extends BaseRepo>() {
  return get<T>();
}