Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MetaCourse.Api.DTOs.Courses;
|
||||
|
||||
public class UpdateCourseDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user