Exemple #1
0
 public static List <rpt_ProductosContratadosProgramacion_Result> ObtenerPorProgramacion(SinabEntities db,
                                                                                         int idProgramacionCompra, bool esCantidadAjustada)
 {
     return(db.rpt_ProductosContratadosProgramacion(idProgramacionCompra, esCantidadAjustada).ToList());
 }