Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MetaCourse.Api.DTOs.Progress;
|
||||
|
||||
public class MarkTopicProgressDto
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public Guid TopicId { get; set; }
|
||||
public bool Completed { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user