예제 #1
0
 public List <InventarioDTO> GetInventoryHistoryList(InventarioDTO dto)
 {
     return(daoStock.GetInventoryByReference(dto));
 }