com.mntviews.base.service.BridgeBaseService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mnt-base Show documentation
Show all versions of mnt-base Show documentation
Basis for mnt-bridge services
The newest version!
package com.mntviews.base.service;
import com.mntviews.base.model.DbProperties;
import com.mntviews.base.module.BridgeBase;
public interface BridgeBaseService {
BridgeBase getBridgeBase();
DbProperties getDbProperties();
}