Mercurial > silverbladetech
comparison 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 |
comparison
equal
deleted
inserted
replaced
5:877d70fb8176 | 6:c812bca7b1ac |
---|---|
3 using System.Diagnostics; | 3 using System.Diagnostics; |
4 using System.Linq; | 4 using System.Linq; |
5 using System.Threading.Tasks; | 5 using System.Threading.Tasks; |
6 using NLog; | 6 using NLog; |
7 using Stocks.Common; | 7 using Stocks.Common; |
8 using Stocks.Common.Core; | |
8 using Stocks.Common.Events; | 9 using Stocks.Common.Events; |
9 using Stocks.Common.Models; | 10 using Stocks.Common.Models; |
10 using Stocks.Common.Core; | |
11 | 11 |
12 namespace Stocks.Service | 12 namespace Stocks.Service |
13 { | 13 { |
14 public class StocksService : IStocksService | 14 public class StocksService : IStocksService |
15 { | 15 { |