Spaces:
Runtime error
Runtime error
using System.Text.Json.Serialization; | |
public class ManannInput | |
{ | |
public string? author { get; set; } | |
public string? quote { get; set; } | |
public string? category { get; set; } | |
} | |