Esempio n. 1
0
 public PointOfInterest Get(Guid Id)
 {
     return(_Repository.Find(Id));
 }