/// <summary>
 /// There are no comments for tbPreventivi in the schema.
 /// </summary>
 public void AddTotbPreventivi(tbPreventivi tbPreventivi)
 {
     base.AddObject("tbPreventivi", tbPreventivi);
 }
 /// <summary>
 /// Create a new tbPreventivi object.
 /// </summary>
 /// <param name="codice">Initial value of Codice.</param>
 public static tbPreventivi CreatetbPreventivi(int codice)
 {
     tbPreventivi tbPreventivi = new tbPreventivi();
     tbPreventivi.Codice = codice;
     return tbPreventivi;
 }