This commit is contained in:
2020-05-08 13:53:56 +00:00
parent 48cb55bb0d
commit 8fa9e391e3
4 changed files with 11 additions and 11 deletions

View File

@@ -35,8 +35,8 @@ namespace AyaNova.Models
//Not persisted business properties
//NOTE: this could be a common class applied to everything for common biz rule stuff
//i.e. specific rights in situations based on rules, like candelete, canedit etc
[NotMapped]
public bool OP { get; set; }//Patch operation value
// [NotMapped]
// public bool OP { get; set; }//Patch operation value
}//eoc