1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-01 04:36:37 +00:00
Sonarr/NzbDrone.Core/Update/Commands/ApplicationUpdateCommand.cs

8 lines
145 B
C#
Raw Normal View History

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