public CabeceraJsonDto IdentificarCabecera(PestanaPadre pestanaPadre) { return(pestanaPadre.Cabecera); }
public PestanaParametrica IdentificarPestana(PestanaPadre pestanaPadre) { return(pestanaPadre.Cabecera.IdPestana); }