示例#1
0
 public ReceptenService()
 {
     Whatever_DB = JsonLoadService.GetJson <Database>(@"Database\db.json");
 }
        public ReceptenService()
        {
            var json = new JsonLoadService();

            Whatever_DB = json.GetJson <Database>(@"Database\db.json");
        }