diff --git a/Models/UserModel.cs b/Models/UserModel.cs index 86860a2..09580ab 100644 --- a/Models/UserModel.cs +++ b/Models/UserModel.cs @@ -21,7 +21,13 @@ namespace EFB.Models public TokenModel UserToken { get; set; } = null; //Contains the most recent route generated by the user through the App + public string Departure { get; set; } public string Route { get; set; } + public string Arrival { get; set; } + + + + public TokenModel RouteToken { get; set; } = null; //Contains the Departure and Arrival Charts for the user's route