Sonarr/NzbDrone.Core/DataAugmentation/Scene/UpdateSceneMappingCommand.cs

9 lines
157 B
C#
Raw Normal View History

2013-09-11 06:33:47 +00:00
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.DataAugmentation.Scene
{
2013-09-11 06:33:47 +00:00
public class UpdateSceneMappingCommand : Command
{
2013-08-28 00:51:54 +00:00
}
}