Exemplo n.º 1
0
 public AccountController(IApplicationServiceAccount applicationServiceAccount)
 {
     _serviceAccount = applicationServiceAccount;
 }
Exemplo n.º 2
0
 public LoginController(IApplicationServiceAccount serviceAccount)
 {
     _serviceAccount = serviceAccount;
 }