fix rollcall recalculate bug

This commit is contained in:
MahanCh
2025-05-19 17:34:37 +03:30
parent fc43e97cc4
commit 349c374ca3

View File

@@ -827,7 +827,7 @@ public class RollCallApplication : IRollCallApplication
rollCall.SetEndDateTime(rollCall.EndDate!.Value, _rollCallDomainService);
}
}
_rollCallRepository.SaveChanges();
return operationResult.Succcedded();
}