コード例 #1
0
 public IQueryOver <Route, Route> RouteGetAll()
 {
     return(RouteRepository.RouteGetAll());
 }