示例#1
0
 public void InsertItems(params Item[] items)
 {
     dbLayer.InsertItems(items);
 }