Better ToString for DataLayer objects
This commit is contained in:
parent
f3128b562d
commit
80b0ef600d
17 changed files with 133 additions and 210 deletions
|
|
@ -246,5 +246,7 @@ namespace DataLayer
|
|||
context.Entry(this).Reference(s => s.Category).Load();
|
||||
Category = category;
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => $"[{AudibleProductId}] {Title}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue