Exemplo n.º 1
0
 public bool EsParadaMetro()
 {
     return(Servicios.Any(c => c.route_type == "1"));
 }