Esempio n. 1
0
 public HelpsController(IHelpDao helpDao, ITecnicoDao tecnicoDao)
 {
     this.helpDao    = helpDao;
     this.tecnicoDao = tecnicoDao;
 }
Esempio n. 2
0
 public TecnicoDao(Contexto db, IHelpDao helpDao)
 {
     this.db      = db;
     this.helpDao = helpDao;
 }