mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Update namespaces
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Dapper;
|
||||
using ChrisKaczor.HomeMonitor.Weather.Models;
|
||||
using Dapper;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Npgsql;
|
||||
using Weather.Models;
|
||||
|
||||
namespace Weather.Service.Data
|
||||
namespace ChrisKaczor.HomeMonitor.Weather.Service.Data
|
||||
{
|
||||
public class Database
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user