mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-09 05:15:40 +00:00
7 lines
No EOL
133 B
C#
7 lines
No EOL
133 B
C#
namespace NzbDrone.Core.DecisionEngine
|
|
{
|
|
public interface IRejectWithReason
|
|
{
|
|
string RejectionReason { get; }
|
|
}
|
|
} |