示例#1
0
 public void AddStockInicial(ItemMovimentoStockDTO dto)
 {
     daoStock.AddStockInicial(dto);
 }