Spaces:
Runtime error
Runtime error
File size: 189 Bytes
ec947b6 |
1 2 3 4 5 6 7 8 9 |
using System.Text.Json.Serialization;
public class ManannInput
{
public string? author { get; set; }
public string? quote { get; set; }
public string? category { get; set; }
}
|