개정판 ff4b1e6e
데이터베이스 nuget으로 변경
Change-Id: I6167ddf20d4cdae727b0d9047dec4fdad0dcf81a
ConvertService/ServiceBase/Markus.Service.Station/SubStationServiceItem.cs | ||
---|---|---|
9 | 9 |
public class SubStationServiceItem |
10 | 10 |
{ |
11 | 11 |
public bool IsOnline { get; set; } |
12 |
public Service.DataBase.SERVICE_PROPERTIES Properties { get;set;}
|
|
13 |
public WcfClient.StationServiceAsync.StationServiceClient Service { get; set; }
|
|
12 |
public EntityModel.SERVICE_PROPERTIES Properties { get;set;}
|
|
13 |
public WcfClient.StationServiceTask.StationServiceClient Service { get; set; }
|
|
14 | 14 |
public int AliveCount { get; set; } |
15 |
public List<WcfClient.StationServiceAsync.ConvertItem> ConvertItems { get; set; }
|
|
15 |
public List<WcfClient.StationServiceTask.ConvertItem> ConvertItems { get; set; }
|
|
16 | 16 |
} |
17 | 17 |
} |
내보내기 Unified diff