Exemplo n.º 1
0
 public void Update(Guid Id, ReuniaoDTO reuniao)
 {
     service.Update(Id, reuniao);
 }