Exemplo n.º 1
0
 public void UpdateMSReviewerErrorCategory(Entities.MSReviewerErrorCategory msReviewerErrorCategory)
 {
     context.Entry(msReviewerErrorCategory).State = EntityState.Modified;
 }
Exemplo n.º 2
0
 public void AddMSReviewerErrorCategory(Entities.MSReviewerErrorCategory msReviewerErrorCategory)
 {
     context.MSReviewerErrorCategory.Add(msReviewerErrorCategory);
 }