Exemplo n.º 1
0
 public void Update <T>(T model, IUpdateable <T> traits)
 {
     Update(model, traits.UpdateSql(), traits);
 }