Exemplo n.º 1
0
 public ClaimsHandler(CustomerHandler customerHandler)
 {
     CustomerHandler = customerHandler;
 }
Exemplo n.º 2
0
 public ClaimsHandler(ICustomerService customerService, CustomerHandler customerHandler)
 {
     CustomerHandler  = customerHandler;
     _customerService = customerService;
 }