Exemplo n.º 1
0
 public MetallAccounts(int number, string owner, Metalls typeMetall) : base(number, owner)
 {
     metallType = typeMetall;
 }
Exemplo n.º 2
0
 public static decimal GetValue(Metalls key)
 {
     return(_prices[key]);
 }