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