public void Update(TransaqFortsCollaterals tfc) { if (tfc.Client != string.Empty) this.Client = tfc.Client; if (tfc.Current != string.Empty) this.Current = tfc.Current; if (tfc.Blocked != string.Empty) this.Blocked = tfc.Blocked; if (!(tfc.Free != string.Empty)) return; this.Free = tfc.Free; }
public void Update(TransaqFortsCollaterals tfc) { if (tfc.Client != string.Empty) { this.Client = tfc.Client; } if (tfc.Current != string.Empty) { this.Current = tfc.Current; } if (tfc.Blocked != string.Empty) { this.Blocked = tfc.Blocked; } if (!(tfc.Free != string.Empty)) { return; } this.Free = tfc.Free; }