Exemplo n.º 1
0
 public AccountsController(IAsyncRegisterService accountsService)
 {
     this._accountsService = accountsService;
 }
 public RegisterController(IAsyncRegisterService registerService, IMapper mapper)
 {
     _registerService = registerService;
     _mapper          = mapper;
 }