Exemple #1
0
 public static void CollapseAccount(int AccountId)
 {
     DBFinance.AddCollapsedAccount(Security.CurrentUser.UserID, AccountId);
 }