public Talk Add(Talk newTalk)
 {
     return(repo.Add(newTalk));
 }
Beispiel #2
0
 public Talk Add(Talk talk)
 {
     return(repo.Add(talk));
 }