8 lines
134 B
C#
8 lines
134 B
C#
using PMSWPF.Models;
|
|
|
|
namespace PMSWPF.Services;
|
|
|
|
public interface IDeviceDialogService
|
|
{
|
|
Task<Device> ShowAddDeviceDialog();
|
|
} |