Exemple #1
0
 public bool Alterar(EDITORA oEDITORA)
 {
     if (EditoraMetod.Alterar(oEDITORA))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }