markus / KCOM / Common / MarkupUserInfo.cs @ ac4f1e13
이력 | 보기 | 이력해설 | 다운로드 (278 Bytes)
1 | 8e5a4a6a | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace KCOM.Common |
||
8 | { |
||
9 | public class MarkupUserInfo |
||
10 | { |
||
11 | public string UserId { get; set; } |
||
12 | public string UserName { get; set; } |
||
13 | } |
||
14 | } |