コード例 #1
0
ファイル: UserGroupBIZ.cs プロジェクト: EliGosK/LUBE-TECH
 public void Delete(int iGroupID)
 {
     m_daoUserGroup.Delete(iGroupID);
 }