Esempio n. 1
0
 public LotLogic(ILotDao lotDao)
 {
     _lotDao = lotDao;
 }
Esempio n. 2
0
 public LotLogic(ILotDao lotDao) => _lotDao = lotDao;