Beispiel #1
0
 public void Update <T>(T entity) where T : class
 {
     _context.Update(entity);
 }
Beispiel #2
0
 public void Update(Cliente entity)
 {
     _context.Update(entity);
 }