mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
add all admin stuff, refactor ApiController into partial classes
This commit is contained in:
parent
ce9bfad97b
commit
eb39429777
14 changed files with 1024 additions and 573 deletions
8
MareSynchronos/WebAPI/Utils/FileTransfer.cs
Normal file
8
MareSynchronos/WebAPI/Utils/FileTransfer.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace MareSynchronos.WebAPI.Utils;
|
||||
|
||||
public class FileTransfer
|
||||
{
|
||||
public long Transferred { get; set; } = 0;
|
||||
public long Total { get; set; } = 0;
|
||||
public string Hash { get; set; } = string.Empty;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue