This commit is contained in:
Master Kwoth 2017-09-18 00:02:55 +02:00
parent 038f17c3a4
commit acccfbd960

View File

@ -2,7 +2,6 @@
using System.Linq;
using Microsoft.EntityFrameworkCore;
//todo add pagination to .lb
namespace NadekoBot.Services.Database.Repositories.Impl
{
public class XpRepository : Repository<UserXpStats>, IXpRepository