Progresss
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KTUSAPS.Data.Model
|
||||
@@ -12,6 +13,7 @@ namespace KTUSAPS.Data.Model
|
||||
public string Name { get; set; }
|
||||
public string NameEn { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public virtual HashSet<Issue> Issues { get; set; }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user