Exemplo n.º 1
0
 public Site FindById(int id)
 {
     return(stationService.FindById(id));
 }