소스 검색

ContractTypeEnum: fix value as front

zinab_elgendy 4 달 전
부모
커밋
2fba8b6ef1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      MTWorkHR.Core/Global/Enum/ContractTypeEnum.cs

+ 2 - 2
MTWorkHR.Core/Global/Enum/ContractTypeEnum.cs

@@ -10,7 +10,7 @@ namespace MTWorkHR.Core.Global
     {
         EmployeeContract = 1,
         FixedPayContract = 2,
-        PerProjectContract = 3,
-        PerTaskContract = 4,
+        PerTaskContract = 3,
+        PerProjectContract = 4,
     }
 }