Exemplo n.º 1
0
 internal Song Create(Song song)
 {
     return(_repo.Create(song));
 }