WebApplication4.Models.DetalleVenta.DetalleVenta C# (CSharp) Method

DetalleVenta() public method

public DetalleVenta ( ) : System
return System
        public DetalleVenta()
        {
            this.LogDevoluciones = new HashSet<LogDevoluciones>();
        }
DetalleVenta