Remove unnecessary code

This commit is contained in:
2023-10-02 09:25:21 +07:00
parent d255f961da
commit daf7bea3b6
@@ -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(