Beispiel #1
0
 public static bool CreateCate(Category cate)
 {
     return(MusicBUS.CreateCate(cate));
 }