Exemple #1
0
 public DataTable GetGroups(string evaluateid, string itemcontentid, string type)
 {
     return(service.GetGroups(evaluateid, itemcontentid, type));
 }