Esempio n. 1
0
 public void CreateTweet(Tweet t, Gebruiker g)
 {
     tweetDao.CreateTweet(t, g);
 }