Example #1
0
 public TransportBll(SelectionsForm formLink)
 {
     form = formLink;
 }
Example #2
0
 public TruckingBll(SelectionsForm formLink)
 {
     form = formLink;
 }
Example #3
0
 public StaffBll(SelectionsForm formLink)
 {
     form = formLink;
 }
Example #4
0
 public DriversBll(SelectionsForm formLink)
 {
     form = formLink;
 }