コード例 #1
0
ファイル: GroupFacade.cs プロジェクト: farrdy/totashell
 public void Delete(string groups)
 {
     GroupDao.GroupDelete(groups);
 }