1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/NzbDrone.Core/Update/Commands/ApplicationUpdateCommand.cs

8 lines
145 B
C#
Raw Normal View History

2013-05-16 03:16:06 +03:00
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Update.Commands
{
2013-05-16 03:16:21 +03:00
public class ApplicationUpdateCommand : ICommand
2013-05-16 03:16:06 +03:00
{
}
}