Napol
This commit is contained in:
@@ -17,15 +17,15 @@ namespace EveryThing.Models.CodeTable
|
||||
[ForeignKey("Company")]
|
||||
public int IdCompanyFk { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name = "Vrsta")]
|
||||
public string Type { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name = "Vsebina")]
|
||||
public string Content { get; set; }
|
||||
|
||||
// ForeingKey
|
||||
public CodeTableCompany Company { get; set; }
|
||||
|
||||
// Partner
|
||||
[InverseProperty("CodeTablePrePostText")]
|
||||
public virtual ICollection<CodeTablePrePostTextLink> CodeTablePrePostTextLinks { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user