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

5 lines
126 B
C#

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