コード例 #1
0
 public List <SecurityMatchDTO> LoadSecurityOfUser(string strUserID)
 {
     return(SecurityDAO.LoadSecurityOfUser(m_db, strUserID));
 }