mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 15:47:35 +00:00
latest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace WinStudentGoalTracker.Models;
|
||||
|
||||
public class ProgressEventResponse
|
||||
{
|
||||
public Guid ProgressEventId { get; set; }
|
||||
public string? Content { get; set; }
|
||||
public DateTime? CreatedAt { get; set; }
|
||||
public string? CreatedByName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user