mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-15 21:24:46 -04:00
10 lines
205 B
C#
10 lines
205 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Update.Commands
|
|
{
|
|
public class InstallUpdateCommand : Command
|
|
{
|
|
public UpdatePackage UpdatePackage { get; set; }
|
|
}
|
|
}
|