Esempio n. 1
0
        public static List <EntIngenieros> restarreportes(DateTime restardia)

        {
            return(Daorepotesatrasadosgeneral.restarreportes(restardia));
        }
Esempio n. 2
0
 public static List <Entreportespendientes> checarbandera(Int32 mes, Int32 ano)
 {
     return(Daorepotesatrasadosgeneral.checarbandera(mes, ano));
 }
Esempio n. 3
0
 public static int agregarcantidadpendientes(Entreportespendientes obj)
 {
     return(Daorepotesatrasadosgeneral.agregarcantidadpendientes(obj));
 }
Esempio n. 4
0
 public static List <Entreportespendientes> reportespendientes(DateTime _of3)
 {
     return(Daorepotesatrasadosgeneral.reportespendientes(_of3));
 }