Exemplo n.º 1
0
 public SSCCPredicate(ApplicationIdentifierPredicate applicationIdentifierPredicate, LengthOfCodePredicate lengthOfCodePredicate)
 {
     _applicationIdentifierPredicate = applicationIdentifierPredicate;
     _lengthOfCodePredicate          = lengthOfCodePredicate;
 }
Exemplo n.º 2
0
 public SSCCPredicate(ApplicationIdentifierPredicate applicationIdentifierPredicate, LengthOfCodePredicate lengthOfCodePredicate)
 {
     _applicationIdentifierPredicate = applicationIdentifierPredicate;
     _lengthOfCodePredicate = lengthOfCodePredicate;
 }