public ExpensesRepository(ICrmHelper helper) { _helper = helper; }
public AccountRepository(ICrmHelper helper) { _helper = helper; }