Exemple #1
0
 //SEG IMPORTACION SEGUNDA PARTE
 public List <USP_Sel_Genesys_Oc_SegImpResult> Seleccionar_GenesysOC_SeguimientoLista(int idEmpresa, int codigoUsuario,
                                                                                      DateTime fechainicial, DateTime fechafinal, string nombreproveedor, string estado, DateTime?fechaingresoini, DateTime?fechaingresofin)
 {
     try
     {
         OrdenCompraBL objOrdenCompraBL = new OrdenCompraBL();
         return(objOrdenCompraBL.Seleccionar_GenesysOC_SeguimientoLista(idEmpresa, codigoUsuario, fechainicial, fechafinal, nombreproveedor, estado, fechaingresoini, fechaingresofin).ToList());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }