public RelatorioServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService)
 {
     _servicoPrestadoAppService = servicoPrestadoAppService;
 }
Beispiel #2
0
 public ServicoPrestadoController(IServicoPrestadoAppService servicoPrestadoAppService)
 {
     _servicoPrestadoAppService = servicoPrestadoAppService;
 }