6 lines
137 B
C#
6 lines
137 B
C#
|
namespace Neighbourhood.omg.lol.Models {
|
|||
|
public class PostStatusBio {
|
|||
|
public string Content { get; set; } = string.Empty;
|
|||
|
}
|
|||
|
}
|