Exemplo n.º 1
0
 public CompraController(ICompraService compraService, IRevendedoraService revendedoraService, ApiClient apiClient)
 {
     _compraService      = compraService;
     _revendedoraService = revendedoraService;
     _apiClient          = apiClient;
 }
 public RevendedorController(IRevendedoraService revendedoraService)
 {
     _revendedoraService = revendedoraService;
 }
Exemplo n.º 3
0
 public LoginController(IRevendedoraService revendedoraService, IConfiguration configuration)
 {
     _revendedoraService = revendedoraService;
     Configuration       = configuration;
 }