Exemplo n.º 1
0
 public void Save(dsUser p_ds)
 {
     //this is executed from authorize.aspx
     DbUtility.ExecStoredProcForSave(
         p_ds.Tables[0],
         User_Insert(),
         User_Update(),
         User_Delete());
 }