示例#1
0
 public IEnumerable <Song> GetAllItems()
 {
     return(_songRepo.GetAllItems());
 }