Exemplo n.º 1
0
 public WantedController(ICustomerManagementService customerManagementService, IAddressManagementService addressManagementService,
                         IWantedUserManagementService wantedUserManagementService)
 {
     _customerManagementService   = customerManagementService;
     _addressManagementService    = addressManagementService;
     _wantedUserManagementService = wantedUserManagementService;
 }
Exemplo n.º 2
0
 public VideoController(IWantedUserManagementService wantedUserManagementService)
 {
     _wantedUserManagementService = wantedUserManagementService;
 }
Exemplo n.º 3
0
 public VotingProfileController(ICustomerManagementService customerManagementService, IWantedUserManagementService wantedUserManagementService)
 {
     _customerManagementService   = customerManagementService;
     _wantedUserManagementService = wantedUserManagementService;
 }