CopyCommandFactory, Copy status
This commit is contained in:
10
src/Core/FileTime.Core.Command/Startup.cs
Normal file
10
src/Core/FileTime.Core.Command/Startup.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using FileTime.Core.Command.Copy;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace FileTime.Core.Command;
|
||||
|
||||
public static class Startup
|
||||
{
|
||||
public static IServiceCollection AddCommands(this IServiceCollection serviceCollection)
|
||||
=> serviceCollection.AddSingleton<CopyCommandFactory>();
|
||||
}
|
||||
Reference in New Issue
Block a user