Exemplo n.º 1
0
 public HomeController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }
Exemplo n.º 2
0
 public PeopleController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }
 public CustomersController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }