mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 03:27:29 +02:00
Code updated to 3.0.238
This commit is contained in:
parent
3302d80678
commit
9c6a1fa92b
257 changed files with 7763 additions and 2861 deletions
|
@ -10,7 +10,7 @@ namespace TINK.ViewModel
|
|||
/// <returns>Display text</returns>
|
||||
string GetReservedInfo(
|
||||
TimeSpan? p_oRemainingTime,
|
||||
int? p_strStation = null,
|
||||
string p_strStation = null,
|
||||
string p_strCode = null);
|
||||
|
||||
/// <summary>
|
||||
|
@ -19,7 +19,7 @@ namespace TINK.ViewModel
|
|||
/// <returns>Display text</returns>
|
||||
string GetBookedInfo(
|
||||
DateTime? p_oFrom,
|
||||
int? p_strStation = null,
|
||||
string p_strStation = null,
|
||||
string p_strCode = null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue