Esempio n. 1
0
 public UserGroupDTO Load(int iGroupID)
 {
     return(m_daoUserGroup.Load(iGroupID));
 }