コード例 #1
0
 public CustomerSourcesChangesController(
     IUserContext userContext,
     ICustomerSourcesService customerSourcesService,
     ICustomerSourceChangesService customerSourceChangesService)
     : base(userContext)
 {
     _customerSourcesService       = customerSourcesService;
     _customerSourceChangesService = customerSourceChangesService;
 }