feat(Immortal) Added a back button
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user