17 lines
427 B
C#
17 lines
427 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace MSAdminUsuarios.Context
|
|||
|
{
|
|||
|
public partial class MICROSERVICIO
|
|||
|
{
|
|||
|
public int NU_PK_MS { get; set; }
|
|||
|
public string? TX_SECCION_MS { get; set; }
|
|||
|
public int? NU_PADRE_MS { get; set; }
|
|||
|
public string? TX_ICON_MS { get; set; }
|
|||
|
public string? TX_RUTA_MS { get; set; }
|
|||
|
public string? TX_TABLAS_MS { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|