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

@@ -5,7 +5,6 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using LiveGameFeed.Models;
namespace LiveGameFeed.Data.Repositories