Exemple #1
0
 // Create
 public static Guid CreateClient(Client pClient)
 {
     return(DALClient.AddClient(pClient));
 }