diff --git a/IRaCIS.Core.Application/Service/Management/UserTypeService.cs b/IRaCIS.Core.Application/Service/Management/UserTypeService.cs index 2f2356e0e..adc27a65f 100644 --- a/IRaCIS.Core.Application/Service/Management/UserTypeService.cs +++ b/IRaCIS.Core.Application/Service/Management/UserTypeService.cs @@ -123,47 +123,6 @@ namespace IRaCIS.Core.Application.Contracts } - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EMailCopy) - { - userTypeEnums = new List() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator }; - } - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EmailReceive) - { - userTypeEnums = new List() { UserTypeEnum.CPM, UserTypeEnum.SPM, UserTypeEnum.SMM, UserTypeEnum.CMM }; - } - - - - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EMailCopy) - { - userTypeEnums = new List() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator }; - } - - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EMailCopy) - { - userTypeEnums = new List() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator }; - } - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EmailReceive) - { - userTypeEnums = new List() { UserTypeEnum.CPM, UserTypeEnum.SPM, UserTypeEnum.SMM, UserTypeEnum.CMM }; - } - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EmailReceive) - { - userTypeEnums = new List() { UserTypeEnum.CPM, UserTypeEnum.SPM, UserTypeEnum.SMM, UserTypeEnum.CMM }; - } - - - - - - - - if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EMailCopy) { userTypeEnums = new List() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator };