Odstranjenn projekt
dodan vnos pozicije fakture
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using EveryThing.Models.Project;
|
||||
|
||||
namespace EveryThing.Models.CodeTable
|
||||
{
|
||||
@@ -41,14 +40,6 @@ namespace EveryThing.Models.CodeTable
|
||||
// ForeignKey
|
||||
public CodeTableCompany Company { get; set; }
|
||||
|
||||
// ProjectPartItem
|
||||
[InverseProperty("Item")]
|
||||
public virtual ICollection<ProjectPartItem> ItemProjectPartItem { get; set; }
|
||||
|
||||
// ProjectPartItem
|
||||
[InverseProperty("Material")]
|
||||
public virtual ICollection<ProjectPartItem> ItemProjectPartItemMaterial { get; set; }
|
||||
|
||||
// InoviceItem
|
||||
[InverseProperty("Item")]
|
||||
public virtual ICollection<Invoice.InvoiceItem> InvoiceItem { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user