Exemple #1
0
 public AdminController(IAccountService accountService)
 {
     this.accountService = accountService;
     exemplarServer      = UnityIoC.Get <ExemplarServer>();
 }