Пример #1
0
 public HomeController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }
Пример #2
0
 public PeopleController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }
 public CustomersController(IHandleAuthService handleAuthService)
 {
     _handleAuthService = handleAuthService;
 }