dev
This commit is contained in:
@@ -81,5 +81,8 @@ namespace EveryThing.Models.Project
|
||||
[InverseProperty("Project")]
|
||||
public virtual ICollection<ProjectPart> ProjectProjectPart { get; set; }
|
||||
|
||||
[InverseProperty("Project")]
|
||||
public virtual ICollection<Invoice.Invoice> Invoices { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user