示例#1
0
 public AccountController(IApplicationServiceAccount applicationServiceAccount)
 {
     _serviceAccount = applicationServiceAccount;
 }
 public LoginController(IApplicationServiceAccount serviceAccount)
 {
     _serviceAccount = serviceAccount;
 }