see #151
@karmour identified a case where, when a participant is added from the csv and their EFFDT is before the current date minus AdminSetting.EmployeeExpirationThreshold days they are not set to Expired since UpdateEmployeeStatus was moved to occur before the csv import.
Resolution appears to be to perform UpdateEmployeeStatus both before and after the csv import.
see #151 @karmour identified a case where, when a participant is added from the csv and their EFFDT is before the current date minus AdminSetting.EmployeeExpirationThreshold days they are not set to Expired since UpdateEmployeeStatus was moved to occur before the csv import. Resolution appears to be to perform UpdateEmployeeStatus both before and after the csv import.