move Auth Models into Response folder; remove unused usings;

This commit is contained in:
2013-07-04 23:47:39 +02:00
parent 7f38e346a2
commit 01ab0f8bb8
8 changed files with 22 additions and 18 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
using PocketSharp.Models.Authentification;
using PocketSharp.Models;
using System;
using System.Collections.Generic;
using RestSharp;
namespace PocketSharp
{