Beispiel #1
0
 /// <summary>
 /// Our constructor requires a VendorLIte object for an obvious reason...
 /// We can't report with a transfer object....
 /// </summary>
 /// <param name="vl"></param>
 public FileReport(VendorLite vl)
 {
     this.VendorObject = vl;
     this.UserID       = vl.UserID;
 }
Beispiel #2
0
 public FileTransfer(VendorLite vl)
 {
     this.VendorObject = vl;
 }