AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TariffBusinessLogic.h
Go to the documentation of this file.
1 #ifndef TARIFFBUSINESSLOGIC_H
2 #define TARIFFBUSINESSLOGIC_H
3 
4 namespace 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 
19 namespace 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
static bool IsTariffTimeTicket(Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff, bool &isTariffTimeTicket)
IsTariffTimeTicket - checks if tariff type is time ticket.
Definition: TariffBusinessLogic.cpp:10
Definition: TariffBusinessLogic.h:23
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6