removes warnings

This commit is contained in:
Paul Schneider 2017-01-06 14:55:48 +01:00
commit db7d7edc45
29 changed files with 25 additions and 63 deletions

View file

@ -19,7 +19,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using Microsoft.AspNet.SignalR;
using Microsoft.Data.Entity;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.Linq;
@ -28,7 +27,6 @@ namespace Yavsc
{
using Models;
using Models.Chat;
using ViewModels.Chat;
public class ChatHub : Hub
{