Files
FileTime2/src/Core/FileTime.Core.Command/Copy/CopyCommand.cs
2022-05-07 18:58:12 +02:00

7 lines
107 B
C#

namespace FileTime.Core.Command.Copy
{
public class CopyCommand : ITransportationCommand
{
}
}