Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class Transaction
  2. {
  3. public int Id { get; set; }
  4. public string Sender { set; get; }
  5. public string Recipient { set; get; }
  6. public decimal Amount { set; get; }
  7. public decimal Fee { set; get; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement