Beispiel #1
0
 public void Setup()
 {
     api = DataApi.Obtain(context);
     api.ClearDatabase().Wait();
     Console.WriteLine(api.DbPath);
 }