public RelatorioServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService) { _servicoPrestadoAppService = servicoPrestadoAppService; }
public ServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService) { _servicoPrestadoAppService = servicoPrestadoAppService; }