public static string SELECT(Agente source) { return(SELECT(new QueryConditions { Agent = source.GetInfo(false) })); }
public static DocumentoList GetListByAgente(Agente agente) { return(GetListByAgente(agente.GetInfo(false))); }