コード例 #1
0
 public void ApplyForLoan(string type)
 {
     _bankOperations.ApplyForLoan("Study", Category);
 }