Exemple #1
0
 public List <string> LoadCategory(Company company)
 {
     return(_stockInRepository.LoadCategory(company));
 }