Advertisement
Guest User

klasa customers

a guest
Jun 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. using System;
  2.  
  3. namespace ispit
  4. {
  5.     class Customers
  6.     {
  7.         public string Name { get; set; }
  8.         public string Address { get; set; }
  9.         public int Phone { get; set; }
  10.         public double InitialAmmount { get; set; }
  11.         public int Password { get; set; }
  12.         public int AccountNumber { get; set; }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement