Esempio n. 1
0
 public bool AddFeatureDetail(string featureId, string imageId)
 {
     return(iFeature.AddFeatureDetail(featureId, imageId));
 }