Repository<T> constructor

Repository<T>(
  1. QueryDatabase _db
)

Implementation

Repository(this._db);