Example #1
0
 public void Verify_DbGeography_GetLongitude_method()
 {
     Assert.Equal(
         1,
         spatialServices.GetLongitude(spatialServices.GeographyFromText(PointWKT)));
 }