Move helpers to Helpers/
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user