mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Update namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user