1#ifndef ALLOWEDCOMPANIESBUSINESSLOGIC_H
2#define ALLOWEDCOMPANIESBUSINESSLOGIC_H
4#include "core/common/ESingleton.h"
Definition AllowedCompaniesBusinessLogic.cpp:12
Class loads allowed companies from 'Udalosti.dat' ( EEventCards ) and provides interface for checking...
Definition AllowedCompaniesBusinessLogic.h:11
bool IsCompanyNumberAllowedForWalletOperation(short companyNumber)
IsCompanyNumberAllowedForWalletOperation.
bool IsCompanyNumberRestrictedForTimeTicketSell(short companyNumber)
IsCompanyNumberRestrictedForTimeTicketSell.
bool IsCompanyNumberAllowedForOneWayTicketJourney(short companyNumber)
IsCompanyNumberAllowedForOneWayTicketJourney.
AllowedCompaniesBusinessLogic()
bool IsCompanyNumberAllowedForCommercialDiscount(short companyNumber)
IsCompanyNumberAllowedForCommercialDiscount.
bool IsCompanyNumberAllowedForTimeTicketJourney(short companyNumber)
IsCompanyNumberAllowedForTimeTicketJourney.
virtual ~AllowedCompaniesBusinessLogic()