2026-01-30 03
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using System;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using tsUtilidades.Extensiones;
|
||||
|
||||
namespace bdGrupoSanchoToro.db
|
||||
@@ -17,6 +18,7 @@ namespace bdGrupoSanchoToro.db
|
||||
}
|
||||
public const string CUENTA_PERDIDAS_Y_GANANCIAS = "12900000";
|
||||
|
||||
[NotMapped]
|
||||
public List<apuntes> ApuntesTemporales { get; set; }
|
||||
public string Descripcion
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user