@@ -5,7 +5,7 @@ using System.Text.Json;
|
||||
|
||||
namespace LehrerApp.WebUntis;
|
||||
|
||||
public sealed class WebUntisClient : IAsyncDisposable
|
||||
public sealed partial class WebUntisClient : IAsyncDisposable
|
||||
{
|
||||
private static readonly JsonSerializerOptions JsonOptions = new(JsonSerializerDefaults.Web);
|
||||
private static readonly UTF8Encoding StrictUtf8 = new(false, true);
|
||||
|
||||
Reference in New Issue
Block a user