示例#1
0
 public List <Marker> GetByMarkerTypeId(int idMarkerType)
 {
     return(MarkerManager.GetByMarkerTypeId(idMarkerType));
 }