示例#1
0
 public JsonRepository(string path)
 {
     _jsonContext = new ShopJsonContext(path);
 }
示例#2
0
 public JsonRepository()
 {
     _jsonContext = new ShopJsonContext();
 }