コード例 #1
0
ファイル: EvaluateBLL.cs プロジェクト: paddy235/BSFramework
 public DataTable GetGroupsIndex(string evaluateid, string itemcontentid, string type)
 {
     return(service.GetGroupsIndex(evaluateid, itemcontentid, type));
 }