Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Created June 1, 2021 14:41
Show Gist options
  • Save ssukhpinder/a76091b2bfc23d8a0ebcbcf2c0a7b68f to your computer and use it in GitHub Desktop.
Save ssukhpinder/a76091b2bfc23d8a0ebcbcf2c0a7b68f to your computer and use it in GitHub Desktop.
public class TransAdapter : OrgYTransactions, ITransactions
{
public List<string> GetTransactions()
{
return GetTransactionsList();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment