diff --git a/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs b/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs index 49668eab..7a75cea7 100644 --- a/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs +++ b/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs @@ -20,6 +20,7 @@ namespace ZicMoove.Pages.UserProfile btnPay.Clicked += BtnPay_Clicked; } + public UserProfilePage(UserProfileViewModel model) { InitializeComponent();