Example #1
0
 public List <Int32> GetPermissions(Int32?ID)
 {
     return(m_db.GetPermissions(ID));
 }