All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.service.BusCompOwnerService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy