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