added survey base
removed default template Class1.cs
This commit is contained in:
parent
801b8af89d
commit
edbcc495d2
2 changed files with 8 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
namespace SurveyLib.Core;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
8
SurveyLib.Core/Models/Survey.cs
Normal file
8
SurveyLib.Core/Models/Survey.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace SurveyLib.Core.Models;
|
||||
|
||||
public class Survey
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue