some EloqueraDb cleanup

This commit is contained in:
Keivan Beigi 2013-02-12 17:25:32 -08:00 committed by kay.one
commit 5930a15d3a
6 changed files with 18 additions and 32 deletions

View file

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Datastore
{
@ -13,7 +11,7 @@ namespace NzbDrone.Core.Datastore
void Delete(long rootFolderId);
}
public abstract class BasicRepository<TModel> : IBasicRepository<TModel> where TModel : BaseRepositoryModel, new()
public class BasicRepository<TModel> : IBasicRepository<TModel> where TModel : BaseRepositoryModel, new()
{
public BasicRepository(EloqueraDb eloqueraDb)
{