Ejemplo n.º 1
0
 public virtual int UpdateObject(object obj, DbTransaction transaction)
 {
     return(SqlDatabaseHelper.InsertObject(obj, this, this.GenerateUpdateStoredProcedureName(), transaction));
 }
Ejemplo n.º 2
0
 public virtual int CreateObject(object obj)
 {
     return(SqlDatabaseHelper.InsertObject(obj, this, this.GenerateInsertStoredProcedureName()));
 }