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