mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:06:33 +00:00
db works, upload works
This commit is contained in:
@@ -7,10 +7,4 @@ public class GetResourceRequest
|
||||
public string Password { get; set; } = null!;
|
||||
public string HardwareId { get; set; } = null!;
|
||||
public ResourceEnum ResourceEnum { get; set; }
|
||||
}
|
||||
|
||||
public class UploadResourceRequest
|
||||
{
|
||||
public ResourceEnum ResourceEnum { get; set; }
|
||||
public Stream Data { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user