Esempio n. 1
0
 public IEnumerable <ProductoAlmacenDto> GetProductosByAlmacen(int idAlmacen)
 {
     return(_inventoryServices.GetProductosByAlmacen(idAlmacen));
 }