Exemplo n.º 1
0
 public HomeController(IUserMasterRepository repository)
 {
     this.userRepository = repository;
 }
Exemplo n.º 2
0
 public AccountController(IUserMasterRepository repository)
 {
     this.userRepository = repository;
 }