package infrastructure
import "github.com/Superdanda/hade/framework"
func NewOrmRepositoryAndRegister(container framework.Container) {
NewOrmUserRepositoryAndRegister(container) // 用户仓储实例
}