Exemplo n.º 1
0
 public ReuniaoController(IReuniaoService service)
 {
     this.service = service;
 }
 public ReuniaoServiceApp(IReuniaoService reuniaoService)
 {
     _service = reuniaoService;
 }