示例#1
0
 public Category[] GetAllCategories()
 {
     return(dbLayer.GetAllCategories());
 }