blob: 46186b4e151bdab08835c20fe89e617175e10675 [file] [log] [blame]
package org.apache.fineract.ui.online.identification.createidentification;
import org.apache.fineract.data.models.customer.identification.Identification;
/**
* @author Rajan Maurya
* On 31/07/17.
*/
public interface OverViewContract {
void setIdentification(Identification identification);
}