vassago/Models/Attachment.cs

5 lines
79 B
C#

using System;
public abstract class Attachment
{
public Guid Id{get;set;}
}