This commit is contained in:
@@ -32,10 +32,10 @@ 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 string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
|
||||
// //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 string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
|
||||
|
||||
|
||||
}//eoc
|
||||
|
||||
@@ -38,9 +38,9 @@ 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
|
||||
// //i.e. specific rights in situations based on rules, like candelete, canedit etc
|
||||
// [NotMapped]
|
||||
// public bool OP { get; set; }//patch operation value
|
||||
|
||||
}//eoc
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user