Esempio n. 1
0
 public List <Item> GetItemsByDateAndOutTpe(Item item)
 {
     return(_stockOutRepository.GetItemsByDateAndOutTpe(item));
 }