internal void CopyValues(TipoClienteInfo source) { if (source == null) { return; } _record.CopyValues(source.Base.Record); }
internal static string SELECT(long oid, bool lockTable) { return(SELECT(new QueryConditions { TipoCliente = TipoClienteInfo.New(oid) }, lockTable)); }