예제 #1
0
 public void Attatch(T item)
 {
     _context.Attatch <T>(item);
 }