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