Exemplo n.º 1
0
 public static PersonFlerRelationType[] CreateList(params string[] cprNumbers)
 {
     return(PersonRelationTypeHelper.CreateList <PersonFlerRelationType>(cprNumbers));
 }
Exemplo n.º 2
0
 public static PersonFlerRelationType[] CreateList(params Guid[] targetUuids)
 {
     return(PersonRelationTypeHelper.CreateList <PersonFlerRelationType>(targetUuids));
 }