Exemple #1
0
 public static Client GetClient(Guid IdClient)
 {
     return(DALClient.GetClient(IdClient));
 }