Beispiel #1
0
 public Tuple <bool, string> CheckInCounting(ItemMovimentoStockDTO dto)
 {
     return(daoStock.GetInCounting(dto));
 }