|
| | ProducerService (IProducerRepository producerRepository, IDealDetailsService dealDetailsService, ISessionProviderService sessionProviderService) |
| |
| string | GetProducerName (int producerId) |
| |
| List< KeyValuePairDTO< int, string > > | GetProducersForSearchDropDown (int dealerCode, bool activeOnly=false) |
| |
| List< KeyValuePairDTO< int, string > > | GetProducersForEditDropDown (int dealerCode, int? ddIdForOriginalProducer=null) |
| |
| List< KeyValuePairDTO< int, string > > | GetProducersForSearchDropDown (int dealerCode, bool activeOnly=false) |
| |
| string | GetProducerName (int producerId) |
| |
| List< KeyValuePairDTO< int, string > > | GetProducersForEditDropDown (int dealerCode, int? ddIdForOriginalProducer=null) |
| |
◆ ProducerService()
◆ GetProducerName()
| string Tronix.Business.Services.ProducerService.GetProducerName |
( |
int |
producerId | ) |
|
◆ GetProducersForEditDropDown()
| List< KeyValuePairDTO< int, string > > Tronix.Business.Services.ProducerService.GetProducersForEditDropDown |
( |
int |
dealerCode, |
|
|
int? |
ddIdForOriginalProducer = null |
|
) |
| |
◆ GetProducersForSearchDropDown()
| List< KeyValuePairDTO< int, string > > Tronix.Business.Services.ProducerService.GetProducersForSearchDropDown |
( |
int |
dealerCode, |
|
|
bool |
activeOnly = false |
|
) |
| |
The documentation for this class was generated from the following file: