Avance GestionPersonalWeb
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using bdAntifraude.dbcontext;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -9,11 +10,27 @@ namespace bdAntifraude.db
|
||||
{
|
||||
public partial class TRAMOSSILTRA
|
||||
{
|
||||
[NotMapped]
|
||||
public object DESCRIPCIONTRAMOXML
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.IDPERIODONavigation.IDTIPOLIQUIDACIONNavigation.VALORALFABETICO1;
|
||||
if (this.IDPERIODONavigation != null)
|
||||
{
|
||||
if (this.IDPERIODONavigation.IDTIPOLIQUIDACIONNavigation != null)
|
||||
{
|
||||
return this.IDPERIODONavigation.IDTIPOLIQUIDACIONNavigation.VALORALFABETICO1;
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user