mirror of
https://github.com/Nezumi-2711/typescript-training.git
synced 2026-09-22 13:48:29 +00:00
Remove unnecessary code
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user