public RelatorioServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService)
 {
     _servicoPrestadoAppService = servicoPrestadoAppService;
 }
Exemplo n.º 2
0
 public ServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService)
 {
     _servicoPrestadoAppService = servicoPrestadoAppService;
 }