示例#1
0
 public void DeleteTrack(int id)
 {
     trackRepository.DeleteById(id);
     unitOfWork.SaveChanges();
 }