diff --git a/typescript-practice/src/ts/controllers/homeController.ts b/typescript-practice/src/ts/controllers/homeController.ts index a2d4e44..e9f254e 100644 --- a/typescript-practice/src/ts/controllers/homeController.ts +++ b/typescript-practice/src/ts/controllers/homeController.ts @@ -32,18 +32,6 @@ export default class HomeController { return this.service.transactionService.saveTransaction(transaction); } - // handlerGetAllCategory() { - // return this.service.categoryService.getAllCategory(); - // } - - // handlerGetAllTransactions(idUser) { - // return this.service.transactionService.getListTransactionByIdUser(idUser); - // } - - // handlerDeleteTransaction(idTransaction) { - // return this.service.transactionService.deleteTransaction(idTransaction); - // } - init() { if (this.homeView) { this.homeView.initFunction(