Skip to content
Snippets Groups Projects
Commit 140f2e7d authored by Lucca Santangelo's avatar Lucca Santangelo
Browse files

course create, modify

parent 0161371d
No related branches found
No related tags found
1 merge request!49Feature/public courses
......@@ -9,6 +9,7 @@ namespace Tsi1.BusinessLayer.Dtos
{
public string Name { get; set; }
public bool IsTemplate { get; set; }
public bool IsPublic { get; set; }
public bool HasPassword { get; set; }
public string Password { get; set; }
public List<SectionCreateDto> Sections { get; set; }
......
......@@ -6,6 +6,7 @@ namespace Tsi1.BusinessLayer.Dtos
{
public string Name { get; set; }
public bool IsTemplate { get; set; }
public bool IsPublic { get; set; }
public bool HasPassword { get; set; }
public string Password { get; set; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment