AppCore
Loading...
Searching...
No Matches
TariffBusinessLogic.h
Go to the documentation of this file.
1#ifndef TARIFFBUSINESSLOGIC_H
2#define TARIFFBUSINESSLOGIC_H
3
4namespace EM
5{
6 namespace Strojcek
7 {
8 namespace VstupneUdaje
9 {
10 namespace TarifnySystem
11 {
12 class ETarifnaSkupina;
13 class ETarifa;
14 }
15 }
16 }
17}
18
19namespace EM
20{
21 namespace TicketIssueLogic
22 {
24 {
25 public:
26
33 static bool IsTariffTimeTicket( Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff, bool &isTariffTimeTicket );
34
35 private:
37 };
38 }
39}
40
41#endif // TARIFFBUSINESSLOGIC_H
Definition TariffBusinessLogic.h:24
static bool IsTariffTimeTicket(Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff, bool &isTariffTimeTicket)
IsTariffTimeTicket - checks if tariff type is time ticket.
Definition TariffBusinessLogic.cpp:10
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7