示例#1
0
 public List <StopDto> GetNamed()
 {
     return(_stopService.GetDistinctStopsByName());
 }