8 lines
146 B
C#
8 lines
146 B
C#
namespace Moonlight.Shared.Misc;
|
|
|
|
public class DiagnoseProvider
|
|
{
|
|
public string Name { get; set; }
|
|
|
|
public string Type { get; set; }
|
|
} |