From ae1dbbeaa0709354fc807ad5ba12547c9b2601a6 Mon Sep 17 00:00:00 2001 From: Matti Roloux Date: Mon, 13 Jun 2022 13:13:54 +0200 Subject: [PATCH] Deleted legacy fields from usage reports --- SeatsioDotNet/SeatsioDotNet.csproj | 2 +- SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/SeatsioDotNet/SeatsioDotNet.csproj b/SeatsioDotNet/SeatsioDotNet.csproj index 119960c..b1d4c28 100644 --- a/SeatsioDotNet/SeatsioDotNet.csproj +++ b/SeatsioDotNet/SeatsioDotNet.csproj @@ -2,7 +2,7 @@ Library true - 88.0.0 + 89.0.0 mroloux;bverbeken Official Seats.io .NET API client Official Seats.io .NET API client diff --git a/SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs b/SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs index 9fd0b63..bdfbe6f 100644 --- a/SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs +++ b/SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs @@ -7,9 +7,6 @@ public class UsageByEvent public UsageEvent Event { get; set; } public int NumUsedObjects { get; set; } public int NumFirstBookings { get; set; } - public int NumFirstBookingsOrSelections { get; set; } - public int NumGASelectionsWithoutBooking { get; set; } - public int NumNonGASelectionsWithoutBooking { get; set; } public int NumObjectSelections { get; set; } } } \ No newline at end of file