Update namespaces

This commit is contained in:
2019-07-20 18:36:45 -04:00
parent 7d13873072
commit 88014d4d7d
14 changed files with 24 additions and 22 deletions

View File

@@ -9,10 +9,10 @@ using System;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Weather.Models;
using Weather.Service.Data;
using ChrisKaczor.HomeMonitor.Weather.Models;
using ChrisKaczor.HomeMonitor.Weather.Service.Data;
namespace Weather.Service
namespace ChrisKaczor.HomeMonitor.Weather.Service
{
[UsedImplicitly]
public class MessageHandler : IHostedService