mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:26:34 +00:00
add check resource endpoint
This commit is contained in:
@@ -2,6 +2,11 @@ using FluentValidation;
|
||||
|
||||
namespace Azaion.Common.Requests;
|
||||
|
||||
public class CheckResourceRequest
|
||||
{
|
||||
public string Hardware { get; set; } = null!;
|
||||
}
|
||||
|
||||
public class GetResourceRequest
|
||||
{
|
||||
public string Password { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user