Exemplo n.º 1
0
 public StoreHanlder()
 {
     storeService = new StoreService();
     activityService = new ActivitysService();
     freightService = new FreightService();
 }
Exemplo n.º 2
0
 public FreightHanlder()
 {
     freightService = new FreightService();
 }