por ahora todo menos orden de compra y remito
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
namespace Entidades
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Entidades
|
||||
{
|
||||
public class Detalle <T> where T:Producto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int Cantidad { get; set; }
|
||||
|
||||
public T Producto { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user