Exemplo n.º 1
0
 public string Delete(Notas o)
 {
     return(repositorio.Delete(o));
 }