コード例 #1
0
ファイル: InventoryPresenter.cs プロジェクト: hiac0493/pos
 public IEnumerable <ProductoAlmacenDto> GetProductosByAlmacen(int idAlmacen)
 {
     return(_inventoryServices.GetProductosByAlmacen(idAlmacen));
 }