back to tiny for now

This commit is contained in:
Keivan Beigi
2013-05-10 16:53:50 -07:00
committed by kay.one
parent 2912561d0e
commit 4deecde092
84 changed files with 617 additions and 558 deletions

View File

@@ -1,13 +1,11 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using Marr.Data;
using Marr.Data.QGen;
using NzbDrone.Common.Messaging;
using NzbDrone.Core.Datastore.Events;
using NzbDrone.Core.Tv;
namespace NzbDrone.Core.Datastore
@@ -190,5 +188,6 @@ namespace NzbDrone.Core.Datastore
.Entity(model)
.Execute();
}
}
}