We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa509b9 commit fadfb22Copy full SHA for fadfb22
DigitalLearningSolutions.Web/Controllers/TrackingSystem/Delegates/ActivityDelegatesController.cs
@@ -31,6 +31,7 @@
31
[Route("TrackingSystem/Delegates/ActivityDelegates")]
32
public class ActivityDelegatesController : Controller
33
{
34
+
35
private string courseDelegatesFilterCookieName = "CourseDelegatesFilter";
36
private string selfAssessmentDelegatesFilterCookieName = "SelfAssessmentDelegatesFilter";
37
private readonly ICourseDelegatesDownloadFileService courseDelegatesDownloadFileService;
0 commit comments