Example #1
0
 public B40042(string FilePath, string emDate, string gsUserID)
 {
     this._lsFile     = FilePath;
     this._emDateText = emDate;
     this._gsUserID   = gsUserID;
     dao40042         = new D40042();
     b40011           = new B40011("40042_40011", FilePath, emDate);
     b40012           = new B40012("40042_40012", FilePath, emDate);
     b40013           = new B40013("40042_40013", FilePath, emDate);
 }
Example #2
0
 public B40042()
 {
     dao40042 = new D40042();
 }