public static List <Client> CreateContextClients(TestContext ctx) { List <Client> clients = new List <Client>(); return(clients); }
public static List <Rental> CreateContextRentals(TestContext ctx) { List <Rental> rentals = new List <Rental>(); return(rentals); }
public static List <Bike> CreateContextBikes(TestContext ctx) { List <Bike> bikes = new List <Bike>(); return(bikes); }