public ClienteController( IClienteAppService appService, ITipoClienteAppService tipoClienteAppService, ITipoIdentificacaoAppService tipoIdentificacaoAppService) { this.appService = appService; this.tipoClienteAppService = tipoClienteAppService; this.tipoIdentificacaoAppService = tipoIdentificacaoAppService; }
public TipoClienteTest(InicializacaoFixture fixture) { this.fixture = fixture; this.appService = fixture.Container.GetService <ITipoClienteAppService>(); }
public TipoClienteController(ITipoClienteAppService service) { this.service = service; }