How to add custom css/js files to a template in wordpress

You have defined your becomeTradePartner function as static.

So try the following method to call it.

add_action( 'wp_enqueue_scripts', 'TradePartner::becomeTradePartner' );