mirror of
https://github.com/ckaczor/SystemTemperatureStatusWindow.git
synced 2026-01-14 01:25:42 -05:00
Split into service and UI
This commit is contained in:
12
Service/ISystemTemperatureService.cs
Normal file
12
Service/ISystemTemperatureService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ServiceModel;
|
||||
|
||||
namespace SystemTemperatureService
|
||||
{
|
||||
[ServiceContract]
|
||||
interface ISystemTemperatureService
|
||||
{
|
||||
[OperationContract]
|
||||
List<Device> GetDeviceList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user