コード例 #1
0
 public AccountsController()
 {
     _svc = new AccountsSvc();
 }
コード例 #2
0
 public AccountsController(IConfiguration config)
 {
     _svc    = new AccountsSvc();
     _config = config;
 }