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