LANCommander/LANCommander.SDK/Models/UploadInitResponse.cs

14 lines
246 B
C#
Raw Permalink Normal View History

2024-08-12 19:33:26 -05:00
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; }
}
}