Files
Asegasa.NET/bdAsegasa/db/caser__marcas.cs

18 lines
345 B
C#

using System;
using System.Collections.Generic;
using PropertyChanged;
namespace bdAsegasa.db;
[AddINotifyPropertyChangedInterface]
public partial class caser__marcas
{
public int id { get; set; }
public string? MARCA { get; set; }
public string? FILLER { get; set; }
public DateTime? FECHA_ACTUALIZACION { get; set; }
}