added ApplicationUpdateCommand

This commit is contained in:
Keivan Beigi 2013-05-15 17:16:06 -07:00
parent 02fe3f9f5a
commit ecce355ebf
4 changed files with 41 additions and 24 deletions

View file

@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Update.Commands
{
public class CheckForUpdateCommand : ICommand
{
}
}