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