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