Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.31 KB | None | 0 0
  1. public class DetailedTransaction
  2. {
  3.     /// Откуда и в каком количестве списались деньги
  4.     public Dictionary<string, decimal> senderList;
  5.  
  6.     /// куда и в каком количестве списались деньги
  7.     public Dictionary<string, decimal> receiverList;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement