예제 #1
0
 public static PersonFlerRelationType[] CreateList(params string[] cprNumbers)
 {
     return(PersonRelationTypeHelper.CreateList <PersonFlerRelationType>(cprNumbers));
 }
예제 #2
0
 public static PersonFlerRelationType Create(string cprNumber, DateTime?fromDate, DateTime?toDate)
 {
     return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(cprNumber, fromDate, toDate));
 }
예제 #3
0
 public static PersonFlerRelationType[] CreateList(params Guid[] targetUuids)
 {
     return(PersonRelationTypeHelper.CreateList <PersonFlerRelationType>(targetUuids));
 }
예제 #4
0
 public static PersonFlerRelationType Create(Guid targetUuid, DateTime?fromDate, DateTime?toDate)
 {
     return(PersonRelationTypeHelper.Create <PersonFlerRelationType>(targetUuid, fromDate, toDate));
 }