コード例 #1
0
 public static DataTable SelectByUserID(int id)
 {
     return(IDynamic.SelectByUserID(id));
 }