public OrderController() { _repo = new BLOrder(); _trackRepo = new BLTracking(); }
public TrackingController() { _repo = new BLTracking(); }