Exemplo n.º 1
0
 public PartialsPostgreRepository(PtmsDataStore store)
 {
     _store = store ?? throw new ArgumentNullException(nameof(store));
 }
Exemplo n.º 2
0
 public CategoryPostgreRepository(PtmsDataStore store)
 {
     _store = store;
 }