messy
This commit is contained in:
parent
51a34008f1
commit
2dd8cc3d2b
9 changed files with 92 additions and 73 deletions
9
internal/services/claims_service.go
Normal file
9
internal/services/claims_service.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package services
|
||||
|
||||
import (
|
||||
"vegan-barcode/internal/database"
|
||||
)
|
||||
|
||||
func GetClaims(system string, barcode string) {
|
||||
database.FindClaimsByBarcode(system, barcode)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue