コード例 #1
0
 public CustomerDTO RecoverById(int id) => _mapper.Map <Customer, CustomerDTO>(_repositoryCustomer.GetById(id));