Last active
July 21, 2016 06:42
-
-
Save hidegh/2a3e2af971fc246270f3ce681322c176 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class BankingDetails | |
{ | |
public string AccountNumber { get; set; } | |
public string RoutingTransitNumber { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment