mirror of
https://github.com/azaion/admin.git
synced 2026-04-23 05:36:33 +00:00
switch to hardware string from object
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using Azaion.Common.Entities;
|
||||
using FluentValidation;
|
||||
|
||||
namespace Azaion.Common.Requests;
|
||||
@@ -6,7 +5,7 @@ namespace Azaion.Common.Requests;
|
||||
public class GetResourceRequest
|
||||
{
|
||||
public string Password { get; set; } = null!;
|
||||
public HardwareInfo Hardware { get; set; } = null!;
|
||||
public string Hardware { get; set; } = null!;
|
||||
public string FileName { get; set; } = null!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user