Exemplo n.º 1
0
 public List <MotivoBaja> LlenarComboMotivoBaja(MotivoBaja Datos)
 {
     try
     {
         Usuario_Datos UD = new Usuario_Datos();
         return(UD.LlenarComboMotivoBaja(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }