Added seed from config instead of code
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user