Exemplo n.º 1
0
 public void eliminaCuotanivel(CuotaNivel obj)
 {
     this.ExecuteNonQuery(String.Format("EXECUTE "));
     if (this.ExistError)
     {
         throw new Exception(this.MessageError);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Registra una CuotaNivel.
 /// </summary>
 /// <param name="obj">Representa una CuotaNivel.</param>
 public void insertCuotanivel(CuotaNivel obj)
 {
     this.ExecuteNonQuery(String.Format(""));
     if (this.ExistError)
     {
         throw new Exception(this.MessageError);
     }
 }
Exemplo n.º 3
0
 public void eliminaCuotanivel(CuotaNivel obj)
 {
     this.ExecuteNonQuery(String.Format("EXECUTE "));
     if (this.ExistError)
         throw new Exception(this.MessageError);
 }
Exemplo n.º 4
0
 public void updateCuotanivel(CuotaNivel obj)
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// Registra una CuotaNivel.
 /// </summary>
 /// <param name="obj">Representa una CuotaNivel.</param>
 public void insertCuotanivel(CuotaNivel obj)
 {
     this.ExecuteNonQuery(String.Format(""));
     if (this.ExistError)
         throw new Exception(this.MessageError);
 }
Exemplo n.º 6
0
 public void updateCuotanivel(CuotaNivel obj)
 {
 }