init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Kreta.Client.Jira.Model.Response
|
||||
{
|
||||
public class CurrentStatus
|
||||
{
|
||||
public string Status { get; set; }
|
||||
public CreatedDate StatusDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user