Lidarr/NzbDrone.Core/DataAugmentation/Xem/UpdateXemMappingsCommand.cs

9 lines
160 B
C#
Raw Normal View History

2013-09-12 22:42:01 +00:00
using NzbDrone.Core.Messaging.Commands;
2013-07-23 05:50:32 +00:00
2013-09-19 01:09:26 +00:00
namespace NzbDrone.Core.DataAugmentation.Xem
2013-07-23 05:50:32 +00:00
{
2013-09-11 06:33:47 +00:00
public class UpdateXemMappingsCommand : Command
2013-07-23 05:50:32 +00:00
{
2013-09-17 06:14:47 +00:00
2013-07-23 05:50:32 +00:00
}
}