mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
lots of work done
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace WinStudentGoalTracker.DataAccess;
|
||||
|
||||
public class AddProgressEventDto
|
||||
{
|
||||
public Guid GoalId { get; set; }
|
||||
public string? Content { get; set; }
|
||||
public bool IsSensitive { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user