Models: Move IAddress from Helpers to Models

This commit is contained in:
2024-05-03 14:57:31 +02:00
parent 0ce8e488f9
commit c0c0b4a26a
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
using Elwig.Helpers;
using Elwig.Models;
using Elwig.Models.Entities;
using System.Collections.Generic;
using System.Globalization;