From 86c71139879431d12f1a240da9516602ef37a4e2 Mon Sep 17 00:00:00 2001 From: SamSys Date: Thu, 8 May 2025 17:12:52 +0330 Subject: [PATCH] commented --- .../Repository/RollCallMandatoryRepository.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs index acdd7ef8..a60d8d1b 100644 --- a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs +++ b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs @@ -1465,10 +1465,10 @@ public class RollCallMandatoryRepository : RepositoryBase, IRoll var w6 = 0; var currentDateFa = $"{da}"; DateTime currntDateGr = currentDateFa.ToGeorgianDateTime(); - if (!workshopHolidyWorking) - { - isHoliday = holidayList.Any(x => x == currentDateFa); - } + //if (!workshopHolidyWorking) + //{ + // isHoliday = holidayList.Any(x => x == currentDateFa); + //} switch (FirstDayOfMonth.DayOfWeek) { case "شنبه":