public CustomList <RuleDetails> GetAllSecurityRule_ObjectWithSecurityRule(string securityRuleCode)
 {
     return(RuleDetails.GetAllSecurityRule_ObjectWithSecurityRule(securityRuleCode));
 }
Exemple #2
0
 public CustomList <RuleDetails> GetAllSecurityRule_ObjectWithSecurityRule(string securityRuleCode)
 {
     //int ID = Convert.ToInt32(applicationID);
     return(RuleDetails.GetAllSecurityRule_ObjectWithSecurityRule(securityRuleCode));
 }