Пример #1
0
 public QueryResponse <Client> GetById(int id)
 {
     return(_clienteDAL.GetById(id));
 }