Exemplo n.º 1
0
 public List <string> GetCreatedForSearchItems(CreateForSearchRequest reqest)
 {
     using (StageBitzDB dataContext = new StageBitzDB())
     {
         InventoryBL inventoryBL = new InventoryBL(dataContext);
         return(inventoryBL.GetCreatedForSearchItems(reqest.CompanyId, reqest.Keyword));;
     }
 }