Ejemplo n.º 1
0
 public ICollection <ViewProduct> GetReceivedProductById(long inventoryId)
 {
     return(_iInventoryGateway.GetReceivedProductById(inventoryId));
 }