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,3 @@
using Elwig.Helpers;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;