Example #1
0
 public void Update(T entity)
 {
     AddOrUpdate(entity, Mapping.GetUpdateSql());
 }