Exemple #1
0
 public string Salvar(MateriaisVo material)
 {
     return(repositorio.Salvar(material));
 }