6 lines
94 B
C#
6 lines
94 B
C#
namespace FileTime.App.Core.Services;
|
|
|
|
public interface IExitHandler
|
|
{
|
|
Task ExitAsync();
|
|
} |