コード例 #1
0
 public static DataTable Feedback_GetByOption(string Where, string Order)
 {
     return(db.Feedback_GetByOption(Where, Order));
 }