Example #1
0
 public OpportunitiesController(CrmService opportunity)
 {
     _opportunity = opportunity;
 }
Example #2
0
 public AccountsController(CrmService account)
 {
     _account = account;
 }
 public ContactsController(CrmService contact)
 {
     _contact = contact;
 }
 public IncidentsController(CrmService incident)
 {
     _incident = incident;
 }