5 lines
120 B
C#
5 lines
120 B
C#
namespace Neighbourhood.omg.lol.Models {
|
|
public class PostPic {
|
|
public string? Description { get; set; }
|
|
}
|
|
}
|