Пример #1
0
 public void UpdateGroupMapping(decimal iGroupID, string[] UserID)
 {
     m_daoUserGroup.UpdateGroupMapping(iGroupID, UserID);
 }