Esempio n. 1
0
 public Poi GetPoiByIdAdmin(int Id)
 {
     return(repoPoi.GetByIDAdmin(Id));
 }