예제 #1
0
 public AssuntoChamadoAppService(IAssuntoChamadoService assuntoChamadoService)
     : base(assuntoChamadoService)
 {
     _assuntoChamadoService = assuntoChamadoService;
 }
예제 #2
0
 public AssuntosChamadoController(IAssuntoChamadoService assuntoChamadoService)
 {
     _assuntoChamadoService = assuntoChamadoService;
 }