Exemple #1
0
 public bool Insert(Obra obra)
 {
     return(_obraRepository.Insert(obra));
 }