Base features
This commit is contained in:
14
src/Providers/FileTime.Providers.Local/Startup.cs
Normal file
14
src/Providers/FileTime.Providers.Local/Startup.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using FileTime.Providers.Local.CommandHandlers;
|
||||
|
||||
namespace FileTime.Providers.Local
|
||||
{
|
||||
public static class Startup
|
||||
{
|
||||
public static Type[] GetCommandHandlers()
|
||||
{
|
||||
return new Type[]{
|
||||
typeof(CopyCommandHandler)
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user