예제 #1
0
파일: Coin.cs 프로젝트: ongoni/oop-practice
 public void Mint(double weight)
 {
     _coinType.Mint(weight);
 }