public HomeController(IHandleAuthService handleAuthService) { _handleAuthService = handleAuthService; }
public PeopleController(IHandleAuthService handleAuthService) { _handleAuthService = handleAuthService; }
public CustomersController(IHandleAuthService handleAuthService) { _handleAuthService = handleAuthService; }