24 lines
829 B
C#
24 lines
829 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Este código se generó a partir de una plantilla.
|
|
//
|
|
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
|
|
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Exferia_EntityFramework
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class SNC_SincronizacionForzar
|
|
{
|
|
public long id { get; set; }
|
|
public long idProducto { get; set; }
|
|
public System.DateTime fechaForzado { get; set; }
|
|
|
|
public virtual PRV_Productos PRV_Productos { get; set; }
|
|
}
|
|
}
|