Exemplo n.º 1
0
 static void InitManagers()
 {
     locMgr  = new LocationMgr(_iconfiguration);
     ordMgr  = new OrderMgr(_iconfiguration, locMgr);
     custMgr = new CustomerMgr(_iconfiguration, locMgr, ordMgr);
     ordMgr.SetCm(custMgr);
 }