Преглед изворни кода

PRS CLASSES - added security descriptor for viewing in out board details

Nick-PRSDigital@bitbucket.org пре 2 година
родитељ
комит
ae42ba4f13
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs

+ 5 - 0
prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs

@@ -70,4 +70,9 @@ namespace Comal.Classes
     public class CanCreateMobilePhoneCredentialLinks : DisabledSecurityDescriptor<HumanResourcesLicense, User>
     {
     }
+
+    [Caption("View Mobile In Out Board Details")]
+    public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
+    {
+    }
 }