/// <summary>
 /// Crear un nuevo objeto SG_KARDEX_COMBUSTIBLE.
 /// </summary>
 /// <param name="iD_KARDEX">Valor inicial de la propiedad ID_KARDEX.</param>
 /// <param name="iD_COMBUSTIBLE">Valor inicial de la propiedad ID_COMBUSTIBLE.</param>
 /// <param name="fECHA">Valor inicial de la propiedad FECHA.</param>
 /// <param name="sALDO_INICIAL">Valor inicial de la propiedad SALDO_INICIAL.</param>
 public static SG_KARDEX_COMBUSTIBLE CreateSG_KARDEX_COMBUSTIBLE(global::System.Int32 iD_KARDEX, global::System.Int16 iD_COMBUSTIBLE, global::System.DateTime fECHA, global::System.Decimal sALDO_INICIAL)
 {
     SG_KARDEX_COMBUSTIBLE sG_KARDEX_COMBUSTIBLE = new SG_KARDEX_COMBUSTIBLE();
     sG_KARDEX_COMBUSTIBLE.ID_KARDEX = iD_KARDEX;
     sG_KARDEX_COMBUSTIBLE.ID_COMBUSTIBLE = iD_COMBUSTIBLE;
     sG_KARDEX_COMBUSTIBLE.FECHA = fECHA;
     sG_KARDEX_COMBUSTIBLE.SALDO_INICIAL = sALDO_INICIAL;
     return sG_KARDEX_COMBUSTIBLE;
 }
 /// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet SG_KARDEX_COMBUSTIBLE. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToSG_KARDEX_COMBUSTIBLE(SG_KARDEX_COMBUSTIBLE sG_KARDEX_COMBUSTIBLE)
 {
     base.AddObject("SG_KARDEX_COMBUSTIBLE", sG_KARDEX_COMBUSTIBLE);
 }