示例#1
0
 public bool ControlPermission(string action, string target)
 {
     return(_authenticationRepository.ControlPermission(action, target));
 }