Exemple #1
0
 public PLWOAlloc(int LawyerrID, int GLID, double Amount, PLWOAlloc.eWOAllocEntryType EntryType)
 {
     this.Initialize();
     this.LawyerID  = this.LawyerID;
     this.GLID      = GLID;
     this.Amount    = Amount;
     this.EntryType = EntryType;
 }
Exemple #2
0
 public PLWOAlloc(int LawyerrID, int GLID, double Amount, PLWOAlloc.eWOAllocEntryType EntryType, PLXMLData.eSTATUS Status)
 {
     this.Initialize();
     this.LawyerID  = this.LawyerID;
     this.GLID      = GLID;
     this.Amount    = Amount;
     this.EntryType = EntryType;
     this.Status    = Status;
 }