Exemplo n.º 1
0
 public static DataTable Customer_GetById(string Id)
 {
     return(db.Customer_GetById(Id));
 }