public JsonReadOnlyRepository(IJsonDb jsonDb)
 {
     _jsonDb = jsonDb;
 }
Exemple #2
0
 public PersonRepository(IJsonDb <Person> db) => _db = db;