示例#1
0
 public static Category GetCateByID(int id)
 {
     return(MusicBUS.GetCateByID(id));
 }