wip
This commit is contained in:
@@ -28,7 +28,7 @@ public interface IDeviceManagementService
|
||||
/// <summary>
|
||||
/// 异步删除一个设备。
|
||||
/// </summary>
|
||||
Task<bool> DeleteDeviceByIdAsync(int deviceId);
|
||||
Task<bool> DeleteAsync(Device device);
|
||||
|
||||
/// <summary>
|
||||
/// 异步切换设备的激活状态。
|
||||
|
||||
Reference in New Issue
Block a user