예제 #1
0
 //Security
 public string[] LoadPermission(Type type)
 {
     return(SecurityDAO.LoadPermission(type));
 }