mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01:00
9 lines
145 B
C#
9 lines
145 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Lifecycle.Commands
|
|
{
|
|
public class RestartCommand : Command
|
|
{
|
|
}
|
|
}
|