Exemple #1
0
 // Update
 public static bool UpdateClient(Client pClient)
 {
     return(DALClient.SetClient(pClient));
 }