More rework to use the Plex DB

This commit is contained in:
Jamie.Rees 2016-10-19 13:20:56 +01:00
parent dc92285cfa
commit ec49ab7389
5 changed files with 79 additions and 87 deletions

View file

@ -27,13 +27,11 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
using Dapper.Contrib.Extensions;
using Dapper;
using Mono.Data.Sqlite;