コード例 #1
0
ファイル: Repository.cs プロジェクト: Dmitry993/TestTask
 public void Update(T item)
 {
     _context.Entry(item).State = EntityState.Modified;
 }