Exemple #1
0
 public IndexAccount(IAccountIndexVmService accountService)
 {
     _accountService = accountService;
 }
Exemple #2
0
 public IndexModel(IAccountIndexVmService productService)
 {
     _productService = productService;
 }