Adding page refresh to IPageBase

This commit is contained in:
2025-11-29 10:54:17 -06:00
parent 5515f981cd
commit c64386b985
7 changed files with 10 additions and 5 deletions

View File

@@ -3,4 +3,6 @@ namespace SessionZero.Pages;
public interface IPageBase
{
public string PageName { get; set; }
public void Refresh();
}