From daf7bea3b6f322c43da1b1049ba443da67589872 Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Mon, 2 Oct 2023 09:25:21 +0700 Subject: [PATCH] Remove unnecessary code --- .../src/ts/controllers/homeController.ts | 12 ------------ 1 file changed, 12 deletions(-) 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(