Example #1
0
 public List <ItemViewModel> GetAllItemInfoByCompany(ItemViewModel addItem)
 {
     return(stockIn.GetAllItemInfoByCompany(addItem));
 }