Skip to content
Snippets Groups Projects
Attachment.cs 113 B
Newer Older
namespace FitConnect.Models;

public record Attachment(string Id, byte[] Content, string Hash, string Filename);