14 lines
423 B
C#
14 lines
423 B
C#
namespace MSAdminUsuarios.Context
|
|
{
|
|
public class CorreosArea
|
|
{
|
|
public int NU_PK_CORA { get; set; }
|
|
public int? NU_MODULO_CORA { get; set; }
|
|
public int? NU_AREA_CORA { get; set; }
|
|
public int? NU_SEDE_CORA { get; set; }
|
|
public int? BL_ESTADO_CORA { get; set; }
|
|
public string? TX_FKDOC_USUMS { get; set; }
|
|
public string? TX_CORREOS_CORA { get; set; }
|
|
}
|
|
}
|