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

com.capitalone.dashboard.repository.RallyBurnDownRepository Maven / Gradle / Ivy

package com.capitalone.dashboard.repository;

import com.capitalone.dashboard.model.RallyBurnDownData;

public interface RallyBurnDownRepository extends QueryRepository{
	
	RallyBurnDownData findByIterationIdAndProjectId(String iterationId, String projectId);
	
}
	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy