Exemple #1
0
        public static List <EntIngenieros> restarreportes(DateTime restardia)

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