mirror of
https://github.com/Radarr/Radarr
synced 2025-01-19 14:11:40 +00:00
12 lines
230 B
C#
12 lines
230 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Housekeeping
|
|
{
|
|
public class HousekeepingCommand : Command
|
|
{
|
|
}
|
|
}
|