diff Stocks/Stocks.Service/StocksService.cs @ 6:c812bca7b1ac

"Restore packages on build" enabled by Nuget 1.6 General refactoring based on code analysis
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 01:00:34 +0700
parents 57f20ba55884
children 6e84a4c92378
line wrap: on
line diff
--- a/Stocks/Stocks.Service/StocksService.cs	Mon Feb 20 23:07:37 2012 +0700
+++ b/Stocks/Stocks.Service/StocksService.cs	Tue Feb 21 01:00:34 2012 +0700
@@ -5,9 +5,9 @@
 using System.Threading.Tasks;
 using NLog;
 using Stocks.Common;
+using Stocks.Common.Core;
 using Stocks.Common.Events;
 using Stocks.Common.Models;
-using Stocks.Common.Core;
 
 namespace Stocks.Service
 {