예제 #1
0
 public static DataTable Feedback_GetByFilId(string FilId)
 {
     return(db.Feedback_GetByFilId(FilId));
 }