コード例 #1
0
 public List <VSeleccion_01_Lista> Seleccion_01_ListarXId_Vacio(int IdCompraIngreso_01)
 {
     try
     {
         var listResult = new LSeleccion_01().ListarXId_Vacio(IdCompraIngreso_01);
         return(listResult);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
コード例 #2
0
 public List <VSeleccion_01_Lista> Seleccion_01_Lista()
 {
     try
     {
         var listResult = new LSeleccion_01().Listar();
         return(listResult);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }