public class banking {

    public int GetInfo(InfoHolder origChecking, InfoHolder origSaving) {
        return 0;    // for now
    }

}
