Changed naming

This commit is contained in:
Niggl1999
2020-06-04 08:37:51 +02:00
parent e1c1839506
commit d8d79c6ee8
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ namespace ScrumTaskboard
public int priority { get; set; }
public int status { get; set; }
public int category { get; set; }
public int creator { get; set; }
public int createdby { get; set; }
public int project { get; set; }
}
}