Added seed from config instead of code

This commit is contained in:
Richárd Kunkli
2020-10-31 15:57:19 +01:00
parent 853f05d63c
commit 1172d89484
14 changed files with 443 additions and 68 deletions

View File

@ -7,5 +7,7 @@ namespace Birdmap.DAL.Entities
public int Id { get; set; }
public string Name { get; set; }
public Uri Uri { get; set; }
public bool IsFromConfig { get; set; }
}
}