示例#1
0
 //根据社团类别id查询社团名称
 public static string GetCorTypeId(int CorTypeId)
 {
     return(CorService.GetCorTypeId(CorTypeId));
 }