public virtual void Patch(CategoryItemRelationEntity target)
 {
     //Nothing todo. Because we not support change  link
 }
Esempio n. 2
0
 public virtual void Patch(CategoryItemRelationEntity target)
 {
     target.Priority = Priority;
 }