8 lines
176 B
C#
8 lines
176 B
C#
namespace Kreta.Client.Jira.Model.Response
|
|
{
|
|
public class RequestJiraLink
|
|
{
|
|
public string Web { get; set; }
|
|
public string Self { get; set; }
|
|
}
|
|
}
|