blob: 46adc90171fe5d7a73999c42d66e0e15f1f5a5e9 [file] [log] [blame]
package com.mifos.apache.fineract.ui.online.depositaccounts.createdepositaccount;
import com.mifos.apache.fineract.data.models.deposit.DepositAccount;
/**
* @author Rajan Maurya
* On 15/08/17.
*/
public interface DepositOverViewContract {
void setProductInstance(DepositAccount depositAccount, String productName,
DepositAction depositAction);
}