Namespace is now MayShow

This commit is contained in:
2026-02-18 09:36:17 +09:00
parent cc821da4da
commit 2075a0be20
34 changed files with 77 additions and 77 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using ReceiptPDFBuilder.Models;
using MayShow.Models;
namespace ReceiptPDFBuilder.Helpers;
namespace MayShow.Helpers;
[JsonSerializable(typeof(Settings))]
[JsonSerializable(typeof(ReportFile))]