Exemplo n.º 1
0
 public void ReflectSubmissionFromUser(string userId, string schemaId)
 {
     AddUserToJustCompletedStepCache(userId, schemaId);
     UpdateProgressReportToReflectSubmission(userId);
     UpdateStatususInCache(userId, _userCache.GetIdToken(userId));
 }