start repository for mobilisis tariff-calculation
This commit is contained in:
8
library/include/mobilisis/time_range.h
Normal file
8
library/include/mobilisis/time_range.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "time_range_header.h"
|
||||
|
||||
struct TimeRange {
|
||||
public:
|
||||
bool IsActive;
|
||||
ATBTimeRange TimeRangeStructure;
|
||||
};
|
||||
Reference in New Issue
Block a user