Exemplo n.º 1
0
 public CallendarController(ILogger <CallendarController> logger, IDAOAppDB dAOAppDB)
 {
     _logger   = logger;
     _dAOAppDB = dAOAppDB;
 }
Exemplo n.º 2
0
 public BOBEmploiDuTemps(IDAOAppDB dAOAppDB)
 {
     _dAOAppDB = dAOAppDB;
 }