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