add check resource endpoint

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-15 09:18:39 +03:00
parent 3be7062993
commit 1fcaba383e
3 changed files with 20 additions and 5 deletions
@@ -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!;