public Registration( Guid apprenticeId, long apprenticeshipId, MailAddress email, ApprenticeshipDetails apprenticeship) { ApprenticeId = apprenticeId; ApprenticeshipId = apprenticeshipId; Email = email; Apprenticeship = apprenticeship; }
public Apprenticeship(long commitmentsApprenticeshipId, ApprenticeshipDetails details) { CommitmentsApprenticeshipId = commitmentsApprenticeshipId; Details = details; }