Esempio n. 1
0
 public static void ExpandAccount(int AccountId)
 {
     DBFinance.DeleteCollapsedAccount(Security.CurrentUser.UserID, AccountId);
 }