This commit is contained in:
Анна Забродина 2024-04-26 13:49:36 +04:00
parent ac164060b1
commit b969347e3e

View File

@ -327,7 +327,7 @@ namespace HotelOrganiserApp.Controllers
MealPlanPrice = mealPlanPrice,
OrganiserId = APIClient.Organiser.Id
});
Response.Redirect("ListMealPlans");
Response.Redirect("ListMealPlans");
}
[HttpGet]