School Commit Init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace District3API.domain;
|
||||
|
||||
public class FancierProfile
|
||||
{
|
||||
public int ProfileId { get; set; }
|
||||
public List<string>? Links { get; set; }
|
||||
public string? DailyMotto { get; set; }
|
||||
public DateTime? RemoveMottoDate { get; set; }
|
||||
public int FrameNumber { get; set; }
|
||||
public string? Hashtag { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user