Exemplo n.º 1
0
        public static List <Client> CreateContextClients(TestContext ctx)
        {
            List <Client> clients = new List <Client>();

            return(clients);
        }
Exemplo n.º 2
0
        public static List <Rental> CreateContextRentals(TestContext ctx)
        {
            List <Rental> rentals = new List <Rental>();

            return(rentals);
        }
Exemplo n.º 3
0
        public static List <Bike> CreateContextBikes(TestContext ctx)
        {
            List <Bike> bikes = new List <Bike>();

            return(bikes);
        }