com.capitalone.dashboard.service.BusCompOwnerService Maven / Gradle / Ivy
package com.capitalone.dashboard.service;
import org.springframework.security.core.Authentication;
public interface BusCompOwnerService {
void assignOwnerToDashboards(String firstName, String middleName, String lastName, Authentication authentication);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy