Copy pase can indeed be hard - Fixed spelling
This commit is contained in:
parent
ae910b216d
commit
6a613ea05c
@ -35,7 +35,7 @@ namespace ScrumTaskboard
|
|||||||
{
|
{
|
||||||
public int id { get; set; }
|
public int id { get; set; }
|
||||||
public string title { get; set; }
|
public string title { get; set; }
|
||||||
public string conetent { get; set; }
|
public string content { get; set; }
|
||||||
public int priority { get; set; }
|
public int priority { get; set; }
|
||||||
public int status { get; set; }
|
public int status { get; set; }
|
||||||
public int category { get; set; }
|
public int category { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user