Beispiel #1
0
 public Client GetClientByidentification(int identification)
 {
     return(clientBusiness.GetClientByidentification(identification));
 }