Exemplo n.º 1
0
 public PaymentCategory Get(int id)
 {
     return(paymentRepository.Get(id));
 }