示例#1
0
 public void InsertCategories(params Category[] categories)
 {
     dbLayer.InsertCategories(categories);
 }