refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 44f0e4be44 - Show all commits

View File

@ -13,8 +13,8 @@ import (
type BankBranch struct{}
// GetBankBranch ...
func GetBankBranch() Bank {
return Bank{}
func GetBankBranch() BankBranch {
return BankBranch{}
}
func (s Bank) GetBankBranchById(bankBranchID string) (*model.BankBranchBrief, error) {