Example #1
0
 public List <string> SearchByKeyWord(string keyWord)
 {
     return(InventoryLogic.SearchByKeyWord(keyWord));
 }