5 lines
126 B
C#
5 lines
126 B
C#
namespace Neighbourhood.omg.lol.Models {
|
|
public class PutPic {
|
|
public string Pic { get; set; } = string.Empty;
|
|
}
|
|
}
|