コード例 #1
0
 public static SelectList GetRoles(string deptcode)
 {
     return(LINQCalls.getRoles(deptcode));
 }