backend moved to separate directory
backend: deleted the old structure
This commit is contained in:
12
go-backend/internal/services/bank_account_service.go
Normal file
12
go-backend/internal/services/bank_account_service.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package services
|
||||
|
||||
import (
|
||||
"GoMembership/internal/repositories"
|
||||
)
|
||||
|
||||
type BankAccountServiceInterface interface {
|
||||
}
|
||||
|
||||
type BankAccountService struct {
|
||||
Repo repositories.BankAccountRepositoryInterface
|
||||
}
|
||||
Reference in New Issue
Block a user