Пример #1
0
 public AutenticacaoController(
     IAutenticacaoAppService autenticacaoAppService
     )
 {
     _autenticacaoAppService = autenticacaoAppService;
 }
 public AccountController(IAutenticacaoAppService autenticacaoAppService, ICategoriaAppService categoriaAppService)
 {
     this._autenticacaoAppService = autenticacaoAppService;
     this._categoriaAppService    = categoriaAppService;
 }