示例#1
0
 public static List <Category> GetListSubCateByID(int id)
 {
     return(MusicBUS.GetListSubCateByID(id));
 }