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