public void SetState(ConnectionDispensario.Modelos.Diente p_D) { D = p_D; ContainerTooth.ID = "ContainerToothLoaded"; ToothData.Attributes["value"] = p_D.Estadodiente; Page_Load(this, null); }
protected DienteViewModel MapperEntityToModelDiente(Diente entity) { return(Mapper.Map <Diente, DienteViewModel>(entity)); }