commented
This commit is contained in:
@@ -1465,10 +1465,10 @@ public class RollCallMandatoryRepository : RepositoryBase<long, RollCall>, 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 "شنبه":
|
||||
|
||||
Reference in New Issue
Block a user