public static Account_TypeController getController() { if (instance == null) { instance = new Account_TypeController(); } return(instance); }
public void Delete(Account account) { Account_TypeController.getController().Delete(account.Info); accountService.delete(account); //throw new NotImplementedException(); }