Neighbourhood.omg.lol/Models/API/PostStatusBio.cs

5 lines
137 B
C#

namespace Neighbourhood.omg.lol.Models {
public class PostStatusBio {
public string Content { get; set; } = string.Empty;
}
}