コード例 #1
0
ファイル: LeaveBLL.cs プロジェクト: arushiisingh/ALMS_Project
        public DataTable LeaveSearchByMonthBLL(int month, int employeeId)
        {
            DataTable dataTable = leaveDAL.LeaveSearchByMonthDAL(month, employeeId);

            return(dataTable);
        }