Beispiel #1
0
 public Boolean PostCriarPostagem(Postagem postagem)
 {
     try
     {
         //criar Postagem()
         Console.WriteLine(postagem.toString());
     }
     catch (System.Exception)
     {
         throw;
     }
     return(false);
 }