Browse ISOs

This commit is contained in:
2023-09-04 15:19:20 +02:00
parent 38979d8572
commit a323edafd3
29 changed files with 555 additions and 60 deletions

View File

@@ -0,0 +1,6 @@
namespace FileTime.App.Core.Services;
public interface IPreStartupHandler
{
Task InitAsync();
}