コード例 #1
0
 public double GetBalanceByUsername(string username)
 {
     return(TransactionsManager.GetBalanceByStudentUsername(username));
 }