Exemple #1
0
 public decimal GetTotalAccountBalances(int?cusomerId)
 {
     return(_accountHandler.GetTotalAccountBalances(cusomerId));
 }