Skip to content

Instantly share code, notes, and snippets.

@Fodsuk
Created January 25, 2013 13:58
Show Gist options
  • Save Fodsuk/4634642 to your computer and use it in GitHub Desktop.
Save Fodsuk/4634642 to your computer and use it in GitHub Desktop.
public class CardValidationConfiguration {
public CallValidateConfiguration CallValidateConfiguration { get; set; }
public int MonthsFromLastPaymentExpiryDateIsValid { get; set;}
}
public CardValidationService(CardValidationConfiguration config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment