Ejemplo n.º 1
0
 public void Update(Calendar calendar)
 {
     _context.Entry(calendar).State = EntityState.Modified;
 }
 public void Update(Property property)
 {
     _context.Entry(property).State = EntityState.Modified;
 }