Exemplo n.º 1
0
 public IndexAccount(IAccountIndexVmService accountService)
 {
     _accountService = accountService;
 }
Exemplo n.º 2
0
 public IndexModel(IAccountIndexVmService productService)
 {
     _productService = productService;
 }