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