Example #1
0
 public List <Marker> GetByModelId(int idModel)
 {
     return(MarkerManager.GetByModelId(idModel));
 }