개정판 e1c892f7
- 효성 AutoStamping 서비스 추가
Change-Id: I5d001e75e3c0de5d2475641cf0f771ca541e6e40
KCOM_API/ServiceDeepView.svc.cs | ||
---|---|---|
28 | 28 |
{ |
29 | 29 |
public ServiceDeepView() |
30 | 30 |
{ |
31 |
System.Diagnostics.Debug.WriteLine(OperationContext.Current.RequestContext.RequestMessage.Headers.Action.ToString()); |
|
31 |
//System.Diagnostics.Debug.WriteLine(OperationContext.Current.RequestContext.RequestMessage.Headers.Action.ToString());
|
|
32 | 32 |
} |
33 | 33 |
|
34 | 34 |
/// <summary> |
... | ... | |
123 | 123 |
} |
124 | 124 |
|
125 | 125 |
private static string shortGuid() |
126 |
{ |
|
126 |
{
|
|
127 | 127 |
byte[] bytes = new byte[16]; |
128 | 128 |
using (var provider = System.Security.Cryptography.RandomNumberGenerator.Create()) |
129 | 129 |
{ |
내보내기 Unified diff