修复了添加设备的一些问题
This commit is contained in:
@@ -4,5 +4,5 @@ namespace PMSWPF.Services;
|
||||
|
||||
public interface IDeviceDialogService
|
||||
{
|
||||
Task<Device> ShowAddDeviceDialog(Device device);
|
||||
Task<Device> ShowAddDeviceDialog();
|
||||
}
|
||||
Reference in New Issue
Block a user