示例#1
0
 public Item[] GetItemsOf(MainCategory mainCategory)
 {
     return(dbLayer.GetItemsOf(mainCategory));
 }