Exemplo n.º 1
0
 public All_Clients GetById(int id)
 {
     return(clientAccess.GetById(id));
 }