Added Invite, Notification and Activity
This commit is contained in:
@@ -18,5 +18,9 @@ public class Issue
|
||||
|
||||
public DateTime CreatedAt { get; set; }
|
||||
|
||||
public Guid? AssignedTo { get; set; }
|
||||
|
||||
public DateTime? ResolvedAt { get; set; }
|
||||
|
||||
public string? Resolution { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user