Example #1
0
 public DataHelper()
 {
     platform = DependencyService.Get <ISQLitePlatform>();
     dbAsync  = platform.GetAsyncConnection();
     db       = platform.GetConnection();
 }