Progresss
This commit is contained in:
@@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KTUSAPS.Data.Model
|
||||
@@ -23,9 +24,11 @@ namespace KTUSAPS.Data.Model
|
||||
public string Description { get; set; }
|
||||
|
||||
public int IssueTypeId { get; set; }
|
||||
[JsonIgnore]
|
||||
public virtual IssueType IssueType { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public virtual PublishedProblem Problem { get; set; }
|
||||
[JsonIgnore]
|
||||
public virtual PublishedFeedback Feedback { get; set; }
|
||||
|
||||
public Issue()
|
||||
|
Reference in New Issue
Block a user