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