예제 #1
0
 public SecureObject GetSecureObjectByUniqueName(string uniqueName, bool includeChildren, bool includeDisabled = false)
 {
     return(_dal.GetSecureObjectByUniqueName(uniqueName, includeChildren, includeDisabled) as SecureObject);
 }