Beispiel #1
0
 public List <PoiTags> getTagsByPoi(int PoiId)
 {
     return(repoPoi.GetTags(PoiId));
 }