markus / ConvertService / ServiceBase / Markus.Service.WcfService / IMonitorService.cs @ 53c9637d
이력 | 보기 | 이력해설 | 다운로드 (396 Bytes)
1 | 53c9637d | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Runtime.Serialization; |
||
5 | using System.ServiceModel; |
||
6 | using System.ServiceModel.Activation; |
||
7 | using System.Text; |
||
8 | using System.Web.Services; |
||
9 | |||
10 | namespace Markus.Service.IWcfService |
||
11 | { |
||
12 | [ServiceContract] |
||
13 | public interface IMonitorService |
||
14 | { |
||
15 | [OperationContract] |
||
16 | string ConvertAdd(int value); |
||
17 | } |
||
18 | } |