Beispiel #1
0
 static string MesajGonderveRaporla(IMesaj mesaj)
 {
     return(mesaj.Gonder() + " \n" + mesaj.Raporla());
 }