Example #1
0
 public void Insert <T>(T obj)
 {
     JSONDatabase.Insert <T>(GenerateDbFile <T>(), obj);
 }