Esempio n. 1
0
 static void TestGetNearBy(double Latitude, double Longitude)
 {
     NotificationDB db   = new NotificationDB();
     var            list = db.Get(Latitude, Longitude);
 }
Esempio n. 2
0
 static void TestGet()
 {
     NotificationDB db   = new NotificationDB();
     var            list = db.Get();
 }