Adding MudBlazor UI with new Nav
This commit is contained in:
@@ -73,7 +73,7 @@ public interface ISearchService
|
||||
void Hide();
|
||||
}
|
||||
|
||||
public interface IDialogService
|
||||
public interface IMyDialogService
|
||||
{
|
||||
public bool IsVisible { get; set; }
|
||||
public void Subscribe(Action action);
|
||||
|
||||
@@ -11,7 +11,7 @@ public class DialogContents
|
||||
public EventCallback<EventArgs> OnCancel { get; set; }
|
||||
}
|
||||
|
||||
public class DialogService : IDialogService
|
||||
public class MyDialogService : IMyDialogService
|
||||
{
|
||||
private DialogContents _dialogContents;
|
||||
|
||||
Reference in New Issue
Block a user