feat(Immortal) Added a back button

This commit is contained in:
2022-04-01 18:15:12 -04:00
parent a9d3920237
commit 650581c9c2
5 changed files with 146 additions and 72 deletions
+3
View File
@@ -26,10 +26,13 @@ public interface IEntityDialogService
public void AddDialog(string entityId);
public void CloseDialog();
public void BackDialog();
public string? GetEntityId();
public bool HasDialog();
public bool HasHistory();
}
public interface IWebsiteService {