Exemple #1
0
 public DataTable LoadItem()
 {
     return(_stockInRepository.LoadItem());
 }
Exemple #2
0
 public List <string> LoadItem(Company company, Category category)
 {
     return(_stockInRepository.LoadItem(company, category));
 }