Parkmanne/headers/Query.h

14 lines
243 B
C
Raw Normal View History

2019-07-01 14:04:35 +00:00
#ifndef QUERY_H
#define QUERY_H
#pragma once
#include "Park_spot.h"
#include <exception>
#include <array>
vector<Park_time> query_Parktime_for_customer(int cid);
vector<Customer> query_customer_with_name(string name);
#endif // CUSTOMER_H