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