Example #1
0
 public Poi GetPoiById(int Id)
 {
     return(repoPoi.GetByID(Id));
 }