Example #1
0
 public FreightHanlder()
 {
     freightService = new FreightService();
 }
Example #2
0
 public StoreHanlder()
 {
     storeService    = new StoreService();
     activityService = new ActivitysService();
     freightService  = new FreightService();
 }