Ejemplo n.º 1
0
 public int SeleccionaBusquedaCount(int IdEmpresa, int IdSituacion, string pFiltro)
 {
     try
     {
         EmployeeDL Employee = new EmployeeDL();
         return(Employee.SeleccionaBusquedaCount(IdEmpresa, IdSituacion, pFiltro));
     }
     catch (Exception ex)
     { throw ex; }
 }