예제 #1
0
 public static DataTable Contact_GetByOption(string Where, string Order)
 {
     return(db.Contact_GetByOption(Where, Order));
 }