Пример #1
0
 public static List <Line> GetLinesByStopId(string id)
 {
     return(LineService.GetLinesByStopId(id));
 }