WIP dependency Injection
This commit is contained in:
@@ -71,6 +71,10 @@ namespace DaSaSo.EntityFramework.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("Street")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Clients");
|
||||
|
||||
Reference in New Issue
Block a user