Beispiel #1
0
 public Client GetById(int id)
 {
     return(business.GetById(id));
 }