WIP query functs

This commit is contained in:
MassiveAtoms
2019-07-01 11:04:35 -03:00
parent 5f4a09d018
commit 450ffc9588
7 changed files with 94 additions and 16 deletions

14
headers/Query.h Normal file
View File

@ -0,0 +1,14 @@
#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