Ejemplo n.º 1
0
 public PeselValidationResult Validate(string password)
 {
     return(TestsChainFirstElement.StartCheckingFlow(password));
 }