remove unnecessary usings

This commit is contained in:
chsakell
2016-10-11 10:06:27 +03:00
parent 79b88e9a7b
commit 445c95d1b9
12 changed files with 1 additions and 35 deletions

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using LiveGameFeed.Data;
using LiveGameFeed.Data.Repositories;
using LiveGameFeed.Data.Abstract;