LANCommander/LANCommander.SDK/Models/UploadInitResponse.cs
2024-08-12 19:33:26 -05:00

13 lines
246 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LANCommander.SDK.Models
{
internal class UploadInitResponse
{
public Guid Key { get; set; }
}
}