rename root namespace

This commit is contained in:
2024-08-15 21:46:43 +02:00
parent 0d7c14e9a1
commit 2b1ce291eb
12 changed files with 20 additions and 20 deletions

View File

@ -2,7 +2,7 @@
using System.Globalization;
using CSV = CsvHelper.Configuration.Attributes;
namespace net.nehmer.sa.Model;
namespace StarsAssistant.Model;
public class Planet
{

View File

@ -3,7 +3,7 @@ using System;
using System.Collections.Generic;
using System.Numerics;
namespace net.nehmer.sa.Model;
namespace StarsAssistant.Model;
public class StarsDatabase(string DbPath) : DbContext
{