示例#1
0
 public int AddNew(UserGroupDTO data)
 {
     this.CheckDataBeforeSave(data);
     return(m_daoUserGroup.AddNew(data));
 }