Mass rename

This commit is contained in:
tidusjar 2016-03-03 09:01:03 +00:00
parent 4f7ac123dd
commit 9de159b533
66 changed files with 657 additions and 198 deletions

View file

@ -24,17 +24,15 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// ************************************************************************/
#endregion
using System.Collections.Generic;
using System.Linq;
using Dapper.Contrib.Extensions;
using RequestPlex.Helpers;
using RequestPlex.Store.Models;
using PlexRequests.Helpers;
using PlexRequests.Store.Models;
namespace RequestPlex.Store.Repository
namespace PlexRequests.Store.Repository
{
public class JsonRepository : ISettingsRepository
{