namespace PolyclinicDataModels.Models
{
public interface IDiagnosisModel : IId
string Name { get; }
string Comment { get; }
int UserId { get; }
}