Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3dcdebb

Browse files
IssueDto
1 parent 298bbfd commit 3dcdebb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace AspnetRun.Application.Dtos
6+
{
7+
public class IssueDto : BaseDto
8+
{
9+
public string Title { get; set; }
10+
public string Body { get; set; }
11+
public bool IsClosed { get; set; }
12+
public bool IsLocked { get; set; }
13+
public string CloseReason { get; set; }
14+
public UserDto CreatorUser { get; set; }
15+
}
16+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace AspnetRun.Application.Dtos
2+
{
3+
public class UserDto
4+
{
5+
}
6+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /