示例#1
0
 public static PersonFlerRelationType Create(string cprNumber, DateTime?fromDate, DateTime?toDate)
 {
     return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(cprNumber, fromDate, toDate));
 }
示例#2
0
 public static PersonFlerRelationType Create(Guid targetUuid, DateTime?fromDate, DateTime?toDate)
 {
     return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(targetUuid, fromDate, toDate));
 }