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