Beispiel #1
0
 public LotLogic(ILotDao lotDao)
 {
     _lotDao = lotDao;
 }
Beispiel #2
0
 public LotLogic(ILotDao lotDao) => _lotDao = lotDao;