MenuBootstrapService.java 109 Bytes
package com.diligrp.rider.service;

public interface MenuBootstrapService {
    void initializeDefaults();
}