Exemplo n.º 1
0
        public List <EmployeeReimburseStatistics> EmployeeStatistics(DateTime startDt, DateTime endDt, int departmentID,
                                                                     int companyID, string employeeName, Account loginUser)
        {
            GetEmployeeReimburseStatistics getEmployeeReimburseStatistics = new GetEmployeeReimburseStatistics();

            return(getEmployeeReimburseStatistics.EmployeeStatistics(startDt, endDt, departmentID, companyID,
                                                                     employeeName, loginUser));
        }
Exemplo n.º 2
0
        //public Account IsCEOElectricName(Reimburse reimburse)
        //{
        //    return new GetReimburse().IsCEOElectricName(reimburse);
        //}

        //public Account IsFinanceElectricName(Reimburse reimburse)
        //{
        //    return new GetReimburse().IsFinanceElectricName(reimburse);
        //}

        //public Account IsDepartmentLeaderElectricName(Reimburse reimburse)
        //{
        //    return new GetReimburse().IsDepartmentLeaderElectricName(reimburse);
        //}
        public List <EmployeeReimburseStatistics> DepartmentStatistics(DateTime startDt, DateTime endDt, int departmentID,
                                                                       int companyID, bool isIncludeChildDeptMember, Account loginUser)
        {
            GetEmployeeReimburseStatistics getEmployeeReimburseStatistics = new GetEmployeeReimburseStatistics();

            return(getEmployeeReimburseStatistics.DepartmentStatistics(startDt, endDt, departmentID, companyID,
                                                                       isIncludeChildDeptMember, loginUser));
        }