Esempio n. 1
0
 public List <ItemViewModel> GetAllItemCompany()
 {
     return(stockIn.GetAllItemCompany());
 }
Esempio n. 2
0
 public List <StockInViewModel> GetAllItemCompany()
 {
     return(stockInGateway.GetAllItemCompany());
 }