Stubbing out workorder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user