Exemplo n.º 1
0
 public bool IsValidPin(string pin)
 {
     IsValid = _card.IsValid(pin);
     return(IsValid);
 }