Example #1
0
 bool IGeoJsonRepository.Update(FeatureCollection item)
 {
     throw new NotImplementedException();
 }
 public bool Update(FeatureCollection item)
 {
     throw new NotImplementedException();
 }
Example #3
0
 Feature IGeoJsonRepository.Add(FeatureCollection item)
 {
     throw new NotImplementedException();
 }
 public Feature Add(FeatureCollection item)
 {
     throw new NotImplementedException();
 }