Console DialogService
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using FileTime.App.Core.Services;
|
||||
|
||||
namespace FileTime.ConsoleUI.App.Services;
|
||||
|
||||
public class DialogService : DialogServiceBase, IDialogService
|
||||
{
|
||||
public DialogService(IModalService modalService) : base(modalService)
|
||||
{
|
||||
}
|
||||
|
||||
public override void ShowToastMessage(string text)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user