Skip to content

Instantly share code, notes, and snippets.

@hidegh
Last active July 21, 2016 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidegh/2a3e2af971fc246270f3ce681322c176 to your computer and use it in GitHub Desktop.
Save hidegh/2a3e2af971fc246270f3ce681322c176 to your computer and use it in GitHub Desktop.
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