Move helpers to Helpers/

This commit is contained in:
2023-03-11 15:19:52 +01:00
parent 9adec37e86
commit aca39be8d4
12 changed files with 18 additions and 10 deletions

View File

@ -6,6 +6,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WGneu.Helpers;
namespace WGneu.Models {
[Table("AT_plz"), PrimaryKey("Plz", "Okz"), Index("Id", IsUnique = true)]