This commit is contained in:
@@ -52,8 +52,15 @@ namespace AyaNova.Models
|
|||||||
public List<WorkOrderItem> Items { get; set; }
|
public List<WorkOrderItem> Items { get; set; }
|
||||||
|
|
||||||
|
|
||||||
// [NotMapped]
|
[NotMapped]
|
||||||
// public string NotPersistedExample { get; set; }
|
public string Name
|
||||||
|
{
|
||||||
|
//Used by notification processor
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this.Serial.ToString();
|
||||||
|
}
|
||||||
|
}
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
}//eons
|
}//eons
|
||||||
|
|||||||
Reference in New Issue
Block a user