Exemplo n.º 1
0
 public GIROBatchEntry( decimal mNettAmount, decimal mGSTAmount, decimal mTotalAmount, int nStatusID, string strRemarks, GIRO gIRO, GIROBatch gIROBatch )
 {
     this._mNettAmount = mNettAmount;
     this._mGSTAmount = mGSTAmount;
     this._mTotalAmount = mTotalAmount;
     this._nStatusID = nStatusID;
     this._strRemarks = strRemarks;
     this._gIRO = gIRO;
     this._gIROBatch = gIROBatch;
 }
Exemplo n.º 2
0
 public GIROBatchEntry(decimal mNettAmount, decimal mGSTAmount, decimal mTotalAmount, int nStatusID, string strRemarks, GIRO gIRO, GIROBatch gIROBatch)
 {
     this._mNettAmount  = mNettAmount;
     this._mGSTAmount   = mGSTAmount;
     this._mTotalAmount = mTotalAmount;
     this._nStatusID    = nStatusID;
     this._strRemarks   = strRemarks;
     this._gIRO         = gIRO;
     this._gIROBatch    = gIROBatch;
 }