public static PersonFlerRelationType Create(string cprNumber, DateTime?fromDate, DateTime?toDate) { return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(cprNumber, fromDate, toDate)); }
public static PersonFlerRelationType Create(Guid targetUuid, DateTime?fromDate, DateTime?toDate) { return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(targetUuid, fromDate, toDate)); }