wrong ebook added manually
This commit is contained in:
parent
63955ba9ee
commit
9349628937
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace Bücherwurm
|
|||
NextId += 1;
|
||||
var newEBook = new EBook(newBook);
|
||||
newEBook.OverwriteNullId(NextId);
|
||||
Products.Add(newBook);
|
||||
Products.Add(newEBook);
|
||||
NextId += 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue