コード例 #1
0
 public HashSet <SystemAction> GetPermissions(User u)
 {
     return(_dao.GetPermissions(u));
 }