コード例 #1
0
ファイル: SongBLL.cs プロジェクト: lelaveh/AlbumsSongsAPI
 public IEnumerable <Song> GetAllItems()
 {
     return(_songRepo.GetAllItems());
 }