예제 #1
0
 public Client GetClientById(int id)
 {
     return(clientBusiness.GetClientById(id));
 }