Exemplo n.º 1
0
 public Dealer AddDealer(Dealer dealer)
 {
     return(_serviceRepository.AddDealer(dealer));
 }