Newer
Older
namespace FitConnect.Models;
public record Attachment(string Id, byte[] Content, string Hash, string Filename);
namespace FitConnect.Models;
public record Attachment(string Id, byte[] Content, string Hash, string Filename);