Stubbing out workorder

This commit is contained in:
2020-05-03 23:53:16 +00:00
parent db5d1f627a
commit 0c1b6fce04
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ namespace AyaNova.Models
//Principle
[Required]//this required annotation should cause a cascade delete to happen automatically when wo is deleted, need to test that
public int WorkorderId { get; set; }//fk
public long WorkorderId { get; set; }//fk
public WorkOrder WorkOrder { get; set; }
//Dependents