moved logic for reading static file to mappers

This commit is contained in:
kay.one
2013-08-19 23:23:36 -07:00
parent 290e072f2e
commit 9f0ae763ff
20 changed files with 144 additions and 209 deletions
@@ -76,7 +76,9 @@ namespace NzbDrone.Common.Test.EventingTests
public class CommandA : ICommand
{
// ReSharper disable UnusedParameter.Local
public CommandA(int id = 0)
// ReSharper restore UnusedParameter.Local
{
}