[#34] Second step of not using Bio as Attribute
This commit is contained in:
@ -13,5 +13,16 @@ namespace Elwig.Models.Entities {
|
||||
|
||||
[Column("description")]
|
||||
public string? Description { get; set; }
|
||||
|
||||
public WineCult() { }
|
||||
|
||||
public WineCult(string cultId, string name) {
|
||||
CultId = cultId;
|
||||
Name = name;
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user