Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using RiveraHuila.App.Persistencia.Modelo;
- namespace RiveraHuila.App.Servicio.Models
- {
- public class ArticuloBodega
- {
- public Articulo Articulo
- {
- get;
- set;
- }
- public Bodega Bodega
- {
- get;
- set;
- }
- public int? CantidadDisponible
- {
- get;
- set;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement