Added diagnose frontend and backend implementation
This commit is contained in:
8
Moonlight.Api/Interfaces/IDiagnoseProvider.cs
Normal file
8
Moonlight.Api/Interfaces/IDiagnoseProvider.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Moonlight.Api.Models;
|
||||
|
||||
namespace Moonlight.Api.Interfaces;
|
||||
|
||||
public interface IDiagnoseProvider
|
||||
{
|
||||
public Task<DiagnoseResult[]> DiagnoseAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user