diff --git a/IProduct.cs b/IProduct.cs index 7029cd9..2029c8a 100644 --- a/IProduct.cs +++ b/IProduct.cs @@ -6,8 +6,6 @@ namespace Bücherwurm string Category {get; set; } - string ImageLink { get; set;} - int LendTime {get; set;} void OverwriteNullId(int id);