Example #1
0
 public static List <Hotel> Getallhotel(string source, string destination)
 {
     return(RouteDBManager.Getallhotel(source, destination));
 }
Example #2
0
 public static List <Petrol_Pump> GetallPetrol(string source, string destination)
 {
     return(RouteDBManager.GetallPetrol(source, destination));
 }
Example #3
0
 public static List <Routes> GetallRoute(string to, string from)
 {
     return(RouteDBManager.GetallRoute(to, from));
 }