#include "common.h"
#include "ManagedObject.h"
#include "Basket.h"
#include "Order.h"
Go to the source code of this file.
Classes | |
class | User |
User is the base class to permit login into the system and benefit of all services, such as product browsing, placing an order and so on. More... | |
class | AdminUser |
class | NormalUser |