public ManagerController()
 {
     tradeService  = new TradeService();
     eoService     = new EstateObjectService();
     reportService = new ReportService();
 }
Esempio n. 2
0
 public EstateObjectController()
 {
     _estateObjectService = new EstateObjectService();
 }
 public ClientController()
 {
     _estateObjectService = new EstateObjectService();
     _tradeService        = new TradeService();
 }