Esempio n. 1
0
 public JsonRepository(string path)
 {
     _jsonContext = new ShopJsonContext(path);
 }
Esempio n. 2
0
 public JsonRepository()
 {
     _jsonContext = new ShopJsonContext();
 }