コード例 #1
0
 public List<Item> searchItem(string ItemCatID, string ItemName)
 {
     BusinessLogic.CatalogController bl = new BusinessLogic.CatalogController();
     return bl.searchItem(ItemCatID, ItemName);
 }
 public List <Item> searchItem(string ItemCatID, string ItemName)
 {
     BusinessLogic.CatalogController bl = new BusinessLogic.CatalogController();
     return(bl.searchItem(ItemCatID, ItemName));
 }