PgrServiceLocalRepository constructor

PgrServiceLocalRepository(
  1. LocalSqlDataStore sql,
  2. OpLogManager<PgrServiceModel> opLogManager
)

Implementation

PgrServiceLocalRepository(super.sql, super.opLogManager);