package repository import "Yimaru-Backend/internal/ports" // Interface for creating new shop transaction store func NewTransactionStore(s *Store) ports.TransactionStore { return s }